Skip to content

Commit fd29579

Browse files
committed
ci: Add target branches and types
1 parent be95899 commit fd29579

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/verify.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
on: pull_request
1+
on:
2+
pull_request:
3+
branches:
4+
- main
5+
types:
6+
- opened
7+
- synchronize
8+
- reopened
29
jobs:
310
verify:
411
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)