From 8df1c4cb33427256eb2bac5a12a9f69ab351cf79 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:36:46 -0700 Subject: [PATCH] ci: Don't need to trigger main CI on release-plz branches, or on PRs that don't target master --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8266350..88bb0284 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,11 @@ name: CI on: pull_request: + branches: + - 'master' push: + branches-ignore: + - 'release-plz-**' workflow_dispatch: env: