Skip to content

Commit

Permalink
python-package.yml - restrict release job to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
K0lb3 authored Dec 21, 2023
1 parent 150ca3b commit 1890ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
pytest -v -s
release:
if: github.ref == 'refs/heads/master'
needs: [test]
strategy:
fail-fast: false
Expand Down

0 comments on commit 1890ff3

Please sign in to comment.