From 65fc4322de332e83ee03c4206d4e67c6f6dd4b43 Mon Sep 17 00:00:00 2001 From: Ramen2X Date: Tue, 17 Dec 2024 18:41:17 -0500 Subject: [PATCH] temporarily disable event check in artifact ci job need to test something --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27b95d69..5e9cf5ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: