Skip to content

Commit 06d5be3

Browse files
authored
fix: Duplicate check on pipeline events (#43)
1 parent 1b40427 commit 06d5be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
release:
3939
runs-on: ubuntu-latest
4040
needs: [build-lint-unit-test]
41-
if: github.event_name == github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
41+
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
4242
environment:
4343
name: pypi
4444
url: https://pypi.org/p/nisystemlink-examples

0 commit comments

Comments
 (0)