Update branch names for check-for-conflicts.yml job
This commit is contained in:
parent
08f9ac4674
commit
e524cd64db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-for-conflicts.yml
vendored
2
.github/workflows/check-for-conflicts.yml
vendored
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue