Skip to content

Commit 0181e80

Browse files
cartProfLander
authored andcommitted
Enable CI and validation jobs for merge queues (bevyengine#7921)
1 parent c49f908 commit 0181e80

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
merge_group:
45
pull_request:
56
push:
67
branches-ignore:

.github/workflows/validation-jobs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: validation jobs
22

33
on:
4+
merge_group:
45
push:
56
branches:
67
- staging

0 commit comments

Comments
 (0)