From 106e167f5b42fcbb005ffc8a2db4072470b89318 Mon Sep 17 00:00:00 2001 From: Ramen2X Date: Tue, 17 Dec 2024 19:01:45 -0500 Subject: [PATCH] re-enable event check in artifact ci job --- .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 5e9cf5ac..27b95d69 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.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: