mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix Release Build Thingy
This commit is contained in:
parent
84cd0c3930
commit
4cd1eeaa1f
2
.github/workflows/release_build.yml
vendored
2
.github/workflows/release_build.yml
vendored
@ -22,7 +22,7 @@ on:
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
if: ${{ github.ref == 'refs/heads/main' || (github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr')) }}
|
||||
if: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'update-pr') }}
|
||||
uses: ./.github/workflows/build.yaml
|
||||
with:
|
||||
build_type: Release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user