We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b40427 commit 06d5be3Copy full SHA for 06d5be3
.github/workflows/python-package.yml
@@ -38,7 +38,7 @@ jobs:
38
release:
39
runs-on: ubuntu-latest
40
needs: [build-lint-unit-test]
41
- if: github.event_name == github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
42
environment:
43
name: pypi
44
url: https://pypi.org/p/nisystemlink-examples
0 commit comments