Skip to content

Commit ab3e59e

Browse files
Add merge group to main branch
Signed-off-by: Ashwin Vaidya <[email protected]>
1 parent 5178d89 commit ab3e59e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ name: PR Checks
4141
on:
4242
pull_request:
4343
branches: [main, "feature/**"]
44+
merge_group:
45+
branches: [main]
4446

4547
concurrency:
4648
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/pre_merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ permissions: read-all
44
on:
55
push:
66
branches: [main]
7+
merge_group:
8+
branches: [main]
79
pull_request:
810
types:
911
- opened

0 commit comments

Comments
 (0)