Skip to content

Commit

Permalink
ci: Add condition for the both publish steps (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdealiLoKo authored Oct 28, 2022
1 parent 1e118de commit 2436fea
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 @@ -50,7 +50,7 @@ jobs:

builder_pypandoc:
needs: [test]
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-20.04 # Any OS is fine as this wheel is not OS dependent
steps:
- name: Check out repository
Expand Down

0 comments on commit 2436fea

Please sign in to comment.