remove image building on pull request creation

This commit is contained in:
Benjamin Harder
2024-09-08 19:11:24 +02:00
parent ffd5020567
commit bba67f07c0

View File

@@ -15,6 +15,7 @@ on:
create:
branches:
- '*'
jobs:
validate-branch-name:
runs-on: ubuntu-latest
@@ -73,6 +74,7 @@ jobs:
build:
needs: unit-tests
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4