From addae1621dc4eed8cf8d1dae564480ccb0357bf3 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:19:58 -0600 Subject: [PATCH] run test workflows on pull requests --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41078b1..4766370 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,7 +64,6 @@ jobs: name: Run Scramjet Tests runs-on: ubuntu-latest needs: build - if: github.ref == 'refs/heads/main' steps: - name: Checkout code uses: actions/checkout@v4