We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e118de commit 2436feaCopy full SHA for 2436fea
.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
builder_pypandoc:
52
needs: [test]
53
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
54
runs-on: ubuntu-20.04 # Any OS is fine as this wheel is not OS dependent
55
steps:
56
- name: Check out repository
0 commit comments