re-enable event check in artifact ci job
Some checks are pending
Build / Current msys2 mingw32 (push) Waiting to run
Build / Current msys2 mingw64 (push) Waiting to run
Build / Current MSVC (32-bit) (push) Waiting to run
Build / Current MSVC (64-bit) (push) Waiting to run
Build / Upload artifacts (push) Blocked by required conditions
Format / C++ (push) Waiting to run
Naming / C++ (push) Waiting to run

This commit is contained in:
Ramen2X 2024-12-17 19:01:45 -05:00 committed by GitHub
parent 65fc4322de
commit 106e167f5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ jobs:
name: 'Upload artifacts'
needs: build-current-toolchain
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:
- uses: actions/checkout@v4
with: