We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed06b38 + 17214d3 commit a42ba9fCopy full SHA for a42ba9f
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
58
publish:
59
needs: build
60
- if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
+ if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master')
61
runs-on: ubuntu-latest
62
steps:
63
- name: Download Workflow Artifact [GitHub Actions]
0 commit comments