Skip to content

Commit 1a05764

Browse files
authored
fix: Run the action for all branches
As it was using glob to match, would ignore branches like fix/something
1 parent 2b8ca02 commit 1a05764

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
on:
2-
push:
3-
branches: ['*']
1+
on: push
42

53
permissions:
64
contents: write

0 commit comments

Comments
 (0)