Skip to content

Commit 9f86833

Browse files
committed
Add merge_group trigger to ci
1 parent 16d6815 commit 9f86833

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
pull_request:
3+
merge_group:
34

45
name: Continuous integration
56

.github/workflows/clippy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches: [ staging, trying, master ]
44
pull_request:
5+
merge_group:
56

67
name: Clippy check
78

.github/workflows/rustfmt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches: [ staging, trying, master ]
44
pull_request:
5+
merge_group:
56

67
name: Code formatting check
78

0 commit comments

Comments
 (0)