Skip to content

Commit 807cc49

Browse files
committed
Add merge_group trigger to workflows
1 parent 4ecfe87 commit 807cc49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
push:
66
branches: [main]
7+
merge_group:
78

89
jobs:
910

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
push:
66
branches: [main]
7+
merge_group:
78

89
jobs:
910
test:

0 commit comments

Comments
 (0)