mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-16 20:30:09 +10:00
Make sure to run release step only on manual builds from master
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
|||||||
!Src/Setup/Final/OpenShellLoc.zip
|
!Src/Setup/Final/OpenShellLoc.zip
|
||||||
|
|
||||||
release:
|
release:
|
||||||
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
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest # Cheaper/faster than windows for just uploading
|
runs-on: ubuntu-latest # Cheaper/faster than windows for just uploading
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user