From 5c16aa167e95207e916e36a4180335b88c224cba Mon Sep 17 00:00:00 2001 From: Evan Sangaline Date: Wed, 17 Jan 2024 13:55:49 -0700 Subject: [PATCH] Remove duplicate `if:` statement. --- templates/common/.github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/common/.github/workflows/ci.yaml b/templates/common/.github/workflows/ci.yaml index f15a983..88b4d62 100644 --- a/templates/common/.github/workflows/ci.yaml +++ b/templates/common/.github/workflows/ci.yaml @@ -42,7 +42,6 @@ jobs: deploy: runs-on: ubuntu-latest - if: github.event_name == 'push' if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') needs: [lint-and-compile] steps: