Skip to content

Commit 400a173

Browse files
authored
CI: add merge_group to enable merge queue (#983)
1 parent 60d933c commit 400a173

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/basic-install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
merge_group:
89
release:
910
types:
1011
- published

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
branches: [ "main" ]
1212
pull_request:
1313
branches: [ "main" ]
14+
merge_group:
1415
release:
1516
types:
1617
- published

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
merge_group:
89
release:
910
types:
1011
- published

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [ "main" ]
99
pull_request:
1010
branches: [ "main" ]
11+
merge_group:
1112
release:
1213
types:
1314
- published

0 commit comments

Comments
 (0)