Skip to content

Commit

Permalink
Specify merge queue branches (bevyengine#7922)
Browse files Browse the repository at this point in the history
  • Loading branch information
cart authored and Shfty committed Mar 19, 2023
1 parent 00e348b commit 7467b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI

on:
merge_group:
branches:
- main
pull_request:
push:
branches-ignore:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: validation jobs

on:
merge_group:
branches:
- main
push:
branches:
- staging
Expand Down

0 comments on commit 7467b84

Please sign in to comment.