mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev
This commit is contained in:
commit
64b12ecb00
2
.github/workflows/release_build.yml
vendored
2
.github/workflows/release_build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
Update_Release:
|
Update_Release:
|
||||||
name: 'Create/Update Release Asset'
|
name: 'Create/Update Release Asset'
|
||||||
needs: Build
|
needs: Build
|
||||||
if: ${{ github.event.name == 'pull_request' && github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr') }}
|
if: ${{ github.ref != 'refs/heads/main' && github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download Asset
|
- name: Download Asset
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user