Skip to content

Commit 13ade22

Browse files
authored
chore: run release action on every branch (#729)
1 parent 0ec853a commit 13ade22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
GH_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
8484
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8585
needs: [build, test]
86-
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta')
86+
if: github.event_name == 'push'
8787
steps:
8888
- uses: actions/checkout@v1
8989

0 commit comments

Comments
 (0)