Skip to content

Commit

Permalink
Update branch names for check-for-conflicts.yml job
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Jun 22, 2022
1 parent 08f9ac4 commit e524cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e524cd6

Please sign in to comment.