From bba67f07c0f74f89c7eeb932fa8f82c8435ae863 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Sun, 8 Sep 2024 19:11:24 +0200 Subject: [PATCH] remove image building on pull request creation --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1eb7843..e13dbac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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