Skip to content

Commit

Permalink
ci: allow releasing from release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jun 22, 2021
1 parent 375bf46 commit a5317c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ jobs:
if: |
contains(github.event.head_commit.message, '[skip ci]') == false &&
github.event_name == 'push' &&
github.event.base_ref == 'refs/heads/master' &&
startsWith(github.ref, 'refs/tags/v')
needs: [unit-tests]
Expand Down

0 comments on commit a5317c2

Please sign in to comment.