dont build on pull request

This commit is contained in:
ThePhaseless
2025-09-11 18:25:04 +02:00
parent 648b3be24f
commit 605ee23148
+1 -1
View File
@@ -54,6 +54,7 @@ jobs:
build:
needs: test
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
permissions:
contents: read
@@ -119,7 +120,6 @@ jobs:
merge-and-push:
needs: build
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
permissions:
contents: read
packages: write