Skip to content

Commit e0c9ff0

Browse files
authored
chore: Trigger required workflows on merge_group event (#40)
1 parent 91f1937 commit e0c9ff0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
merge_group:
1011

1112
permissions:
1213
id-token: write

.github/workflows/dry-run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches:
88
- main
9+
merge_group:
910

1011
jobs:
1112
dry-run:

.github/workflows/lint-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- opened
77
- edited
88
- synchronize
9+
merge_group:
910

1011
jobs:
1112
dry-run:

0 commit comments

Comments
 (0)