Skip to content

Commit 2436fea

Browse files
authored
ci: Add condition for the both publish steps (#314)
1 parent 1e118de commit 2436fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

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

0 commit comments

Comments
 (0)