Skip to content

Commit

Permalink
chore: run release action on every branch (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles authored Apr 6, 2022
1 parent 0ec853a commit 13ade22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
needs: [build, test]
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta')
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v1

Expand Down

0 comments on commit 13ade22

Please sign in to comment.