We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f88977 commit 0ba32aaCopy full SHA for 0ba32aa
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
publish:
40
needs: [compile, test]
41
- if: github.event_name == 'release'
+ if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
42
runs-on: ubuntu-latest
43
steps:
44
- name: Checkout repo
0 commit comments