Skip to content

Commit 1e56f79

Browse files
committed
Temporarily revert changes for pypi release for testing
1 parent b4558b8 commit 1e56f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
path: dist/
4545
release:
4646
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'
47+
# Only run this job if the commit was tagged.
48+
if: startsWith(github.ref, 'refs/tags')
4949
needs:
5050
- build_test
5151
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)