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 102ee63 commit 304e79fCopy full SHA for 304e79f
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
38
release:
39
name: Release
40
+ if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
41
needs: [package]
42
runs-on: ubuntu-latest
43
steps:
0 commit comments