Skip to content

Commit 78bb9e6

Browse files
authored
ci: add merge group as test trigger
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 9e7597f commit 78bb9e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
pull_request:
7+
merge_group:
78

89
permissions:
910
contents: read
@@ -30,4 +31,4 @@ jobs:
3031
${{ runner.os }}-go-
3132
3233
- name: Run tests
33-
run: go test ./...
34+
run: go test ./...

0 commit comments

Comments
 (0)