Skip to content

Commit a6d7256

Browse files
authored
infra: add merge_group trigger (#622)
1 parent 78ec0aa commit a6d7256

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
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
merge_group:
89

910
permissions:
1011
contents: read # to fetch code (actions/checkout)

.github/workflows/coverage.yml

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

33
on:
44
pull_request:
5+
merge_group:
56

67
permissions:
78
# Required to checkout the code

0 commit comments

Comments
 (0)