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:
test:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
if: github.ref != 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@master