mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-05-11 05:30:30 -04:00
re-enable event check in artifact ci job
This commit is contained in:
parent
65fc4322de
commit
106e167f5b
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue