Skip to content

Commit 9a6a3c9

Browse files
authored
run GA on all PR events (#445)
* run GA on all push or PR events * remove all push event
1 parent 2a89222 commit 9a6a3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- main
9+
- '**'
1010

1111
env:
1212
GO_VERSION: 1.23

0 commit comments

Comments
 (0)