mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 14:10:19 +00:00
Enable CI and validation jobs for merge queues (#7921)
This commit is contained in:
parent
729b829c77
commit
a27b14e7d5
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
pull_request:
|
||||
push:
|
||||
branches-ignore:
|
||||
|
|
1
.github/workflows/validation-jobs.yml
vendored
1
.github/workflows/validation-jobs.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: validation jobs
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
push:
|
||||
branches:
|
||||
- staging
|
||||
|
|
Loading…
Reference in a new issue