Skip to content

Commit

Permalink
Do not create release for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Oct 6, 2020
1 parent f7321e7 commit 5048720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
path: python*.tar.gz
release:
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
needs: build
steps:
- name: Download artifacts
Expand Down

0 comments on commit 5048720

Please sign in to comment.