run test workflows on pull requests

This commit is contained in:
Percs 2024-11-11 09:19:58 -06:00 committed by GitHub
parent 73357d0172
commit addae1621d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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