diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9546f90..b5fbac7 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -38,7 +38,7 @@ jobs: release: runs-on: ubuntu-latest needs: [build-lint-unit-test] - 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') environment: name: pypi url: https://pypi.org/p/nisystemlink-examples