From 96a007c9b94277de9d75e80984204d5b8ebe3fe5 Mon Sep 17 00:00:00 2001 From: Barney Boisvert Date: Sun, 19 Nov 2023 16:51:10 -0800 Subject: [PATCH] only run CI on PRs which target master --- .github/workflows/ci-non-master.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-non-master.yaml b/.github/workflows/ci-non-master.yaml index 2343fc09..8173d877 100644 --- a/.github/workflows/ci-non-master.yaml +++ b/.github/workflows/ci-non-master.yaml @@ -1,10 +1,9 @@ -name: CI (non-master) +name: CI on: - push: - branches-ignore: - - master pull_request: + branches: + - master workflow_dispatch: jobs: