Skip to content

Commit f3e4f2b

Browse files
Ensured build, test and publish package occurs when a version tag is created and pushed
1 parent d365fe9 commit f3e4f2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build, Test and Publish Package
22

33
on:
44
push:
5+
tags:
6+
- v*
57
branches:
68
- main
79
- feature/*

0 commit comments

Comments
 (0)