mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-16 20:31:16 +00:00
re-enable event check in artifact ci job
This commit is contained in:
parent
65fc4322de
commit
106e167f5b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
|||||||
name: 'Upload artifacts'
|
name: 'Upload artifacts'
|
||||||
needs: build-current-toolchain
|
needs: build-current-toolchain
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle-portable' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle-portable' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user