Skip to content

Commit 5bf154f

Browse files
ci: fix GA triggers (#217)
1 parent c3cdc57 commit 5bf154f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

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

33
on:
44
push:
5-
pull_request:
65
branches:
76
- main
7+
pull_request:
8+
types: [opened, synchronize, reopened]
89

910
jobs:
1011
build_test_release:

0 commit comments

Comments
 (0)