From 70549fce14ef8e888071588735f57b6309fa79c1 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sat, 17 Dec 2022 23:31:33 +0100 Subject: [PATCH] Run the CI workflow on PRs targeting prep --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e96aba35f7..abd34ffb4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Continuous Integration on: push: pull_request: - branches: [ bleed ] + branches: [ bleed, 'prep-*' ] permissions: contents: read # to fetch code (actions/checkout)