Skip to content

Commit 5048720

Browse files
committed
Do not create release for pull requests
1 parent f7321e7 commit 5048720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
path: python*.tar.gz
3434
release:
3535
runs-on: ubuntu-latest
36+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
3637
needs: build
3738
steps:
3839
- name: Download artifacts

0 commit comments

Comments
 (0)