Skip to content

Commit 3e0a661

Browse files
cartProfLander
authored andcommitted
Reorder merge group and remove branch filter (bevyengine#7923)
1 parent 7467b84 commit 3e0a661

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: CI
22

33
on:
4-
merge_group:
5-
branches:
6-
- main
74
pull_request:
85
push:
96
branches-ignore:
107
- 'dependabot/**'
118
- staging-squash-merge.tmp
9+
merge_group:
1210

1311
env:
1412
CARGO_TERM_COLOR: always

.github/workflows/validation-jobs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: validation jobs
22

33
on:
4-
merge_group:
5-
branches:
6-
- main
74
push:
85
branches:
96
- staging
107
- trying
118
- main
9+
merge_group:
1210

1311
env:
1412
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)