Skip to content

Commit fdfe98a

Browse files
authored
Merge pull request #4 from addityasingh/as-fix-tag-releases
Fix workflow trigger: add tags to top-level trigger
2 parents 8a1571e + 2335732 commit fdfe98a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Pickbox CI/CD
66
on:
77
push:
88
branches: [ "main", "develop" ]
9+
tags: [ "*" ]
910
pull_request:
1011
branches: [ "main" ]
1112

0 commit comments

Comments
 (0)