Skip to content

Commit

Permalink
Also run deploy jobs on new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
inetAnt committed Jul 5, 2021
1 parent 5c9415e commit aca9cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
needs: run-tests # only run when tests where successful
continue-on-error: true
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aca9cdd

Please sign in to comment.