We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4558b8 commit 1e56f79Copy full SHA for 1e56f79
.github/workflows/pipeline.yml
@@ -44,8 +44,8 @@ jobs:
44
path: dist/
45
release:
46
name: Release NMSpy wheels and source build to PyPI
47
- # Only run this job if we merge into master. Addition check is added later.
48
- if: github.ref == 'refs/heads/master'
+ # Only run this job if the commit was tagged.
+ if: startsWith(github.ref, 'refs/tags')
49
needs:
50
- build_test
51
runs-on: ubuntu-latest
0 commit comments