From a72b6477c4e414df0b3a77c755e11eb7997bc293 Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 23 Jan 2023 07:49:00 +0100 Subject: [PATCH] f --- .github/workflows/build_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index eed3c162..460d3244 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -27,6 +27,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: build + if: ${{ github.event_name != 'pull_request' && steps.extract_branch.outputs.branch == 'master' }} steps: - name: Extract branch name shell: bash