We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7321e7 commit 5048720Copy full SHA for 5048720
.github/workflows/build.yml
@@ -33,6 +33,7 @@ jobs:
33
path: python*.tar.gz
34
release:
35
runs-on: ubuntu-latest
36
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
37
needs: build
38
steps:
39
- name: Download artifacts
0 commit comments