From dd85d66ec353959479f7d8518a79d0c7d0b9e3ad Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 21 Dec 2021 12:52:34 -0600 Subject: [PATCH] Run PR CI for release branches (#3629) This was accidentally ommitted from our CI configuration which meant that release branches didn't get PR CI. They still won't get on-merge CI but that shouldn't be an issue because the PR CI is the full CI. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 511e6d8a4a..b6ab529a18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: paths-ignore: - 'meetings/**' pull_request: - branches: [main] + branches: ['main', 'release-*'] paths-ignore: - 'meetings/**' defaults: