Skip to content

Commit aa5af72

Browse files
committed
Add merge_group trigger to workflows
1 parent 7e9fa19 commit aa5af72

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.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
BUILD_GSL: true

.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)