maybe this works

This commit is contained in:
Simon Ungar Felding 2025-04-24 22:01:23 +02:00
parent 7b686fcb06
commit bfb104e662

View File

@ -21,7 +21,7 @@ env:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name == 'pull_request' if: github.ref != 'refs/heads/master'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@master uses: actions/checkout@master