Skip to content

Commit 8180baf

Browse files
committed
ci: fix GA triggers
1 parent c3cdc57 commit 8180baf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: ci
22

33
on:
44
push:
5-
pull_request:
65
branches:
76
- main
7+
pull_request:
8+
branches:
9+
- *
810

911
jobs:
1012
build_test_release:

0 commit comments

Comments
 (0)