mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Specify merge queue branches (#7922)
This commit is contained in:
parent
6898351348
commit
6c1e3b9472
2 changed files with 4 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -2,6 +2,8 @@ name: CI
|
|||
|
||||
on:
|
||||
merge_group:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
push:
|
||||
branches-ignore:
|
||||
|
|
2
.github/workflows/validation-jobs.yml
vendored
2
.github/workflows/validation-jobs.yml
vendored
|
@ -2,6 +2,8 @@ name: validation jobs
|
|||
|
||||
on:
|
||||
merge_group:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- staging
|
||||
|
|
Loading…
Reference in a new issue