From e524cd64dbff1359457904052f950ad0bf5f820a Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Wed, 22 Jun 2022 16:07:46 -0700 Subject: [PATCH] Update branch names for check-for-conflicts.yml job --- .github/workflows/check-for-conflicts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-conflicts.yml b/.github/workflows/check-for-conflicts.yml index fdd04120de..fe96d9ac3b 100644 --- a/.github/workflows/check-for-conflicts.yml +++ b/.github/workflows/check-for-conflicts.yml @@ -4,7 +4,7 @@ name: Check for conflicts on: pull_request: - branches: [main, v1, v2] + branches: [main, releases/v1, releases/v2] # Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened # by other workflows. types: [opened, synchronize, reopened, ready_for_review]