Skip to content

Commit ef4b690

Browse files
authored
ci: run go and functional-test on merge_group (#372)
* ci: trigger go workflow on merge_group * ci: trigger functional-test workflow on merge_group
1 parent 2965869 commit ef4b690

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["main"]
66
pull_request:
77
branches: ["main"]
8+
merge_group:
89

910
permissions:
1011
contents: read

.github/workflows/runtest.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: [main]
88
workflow_call:
9+
merge_group:
910

1011
permissions:
1112
contents: read

0 commit comments

Comments
 (0)