We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f5155 commit 3c5252cCopy full SHA for 3c5252c
.github/workflows/ci.yaml
@@ -69,8 +69,7 @@ jobs:
69
70
publisher_release:
71
needs: [builder]
72
- if: startsWith(github.event.ref, 'refs/tags/v')
73
- if: github.ref == 'refs/heads/master'
+ if: startsWith(github.event.ref, 'refs/tags/v') && github.ref == 'refs/heads/master'
74
runs-on: ubuntu-latest
75
steps:
76
- name: Check out repository
0 commit comments