mirror of
https://github.com/bevyengine/bevy
synced 2024-11-28 23:50:20 +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
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
merge_group:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
|
|
1
.github/workflows/validation-jobs.yml
vendored
1
.github/workflows/validation-jobs.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: validation jobs
|
name: validation jobs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
merge_group:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- staging
|
- staging
|
||||||
|
|
Loading…
Reference in a new issue