Skip to content

Commit 217a38a

Browse files
committed
Add merge_group trigger to workflows
1 parent 359414b commit 217a38a

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
@@ -6,6 +6,7 @@ on:
66
branches: [main]
77
tags:
88
- '*'
9+
merge_group:
910

1011
env:
1112
COMMIT_EMAIL: [email protected]

.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
pre-commit:

0 commit comments

Comments
 (0)