We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release
1 parent f15a0fb commit 9518c3bCopy full SHA for 9518c3b
1 file changed
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
!Src/Setup/Final/OpenShellLoc.zip
69
70
release:
71
- if: github.event_name == 'workflow_dispatch' # Only manual master builds
+ if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' # Only manual master builds
72
needs: build
73
runs-on: ubuntu-latest # Cheaper/faster than windows for just uploading
74
permissions:
0 commit comments