Skip to content

Commit

Permalink
ci: enables releases for pre-release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tamj0rd2 committed Nov 9, 2020
1 parent 03fc993 commit df98b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

publish:
name: Release and publish
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/dev' }}
needs: tests
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit df98b80

Please sign in to comment.