From 720414eba6373999cc0d6302181ba1e7925bcc25 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sun, 24 Oct 2021 11:40:13 +0200 Subject: [PATCH] Ignore branch builds on our repository --- .github/workflows/branch_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch_build.yml b/.github/workflows/branch_build.yml index 1b7328a6d..66be8f72b 100644 --- a/.github/workflows/branch_build.yml +++ b/.github/workflows/branch_build.yml @@ -6,7 +6,7 @@ on: - develop - release/* jobs: - if: ${{ github.push.repository != github.repository }} + if: github.push.repository != github.repository install-notest: runs-on: ubuntu-latest name: "Package and linting"