Skip to content

Commit 3d4c11d

Browse files
authored
ci: add pr trigger types (#41)
Signed-off-by: Michael Beemer <[email protected]>
1 parent d8e10c7 commit 3d4c11d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
name: "Build, lint, and test"
77

88
on:
9-
push:
10-
branches:
11-
- main
129
pull_request:
10+
types:
11+
- opened
12+
- synchronize
13+
- reopened
1314
branches:
1415
- main
1516

0 commit comments

Comments
 (0)