temporarily disable event check in artifact ci job

need to test something
This commit is contained in:
Ramen2X 2024-12-17 18:41:17 -05:00 committed by GitHub
parent 65f4878c5c
commit 65fc4322de
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.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle-portable' }}
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle-portable' }}
steps:
- uses: actions/checkout@v4
with: