Skip to content

Commit 851885e

Browse files
committed
ci: Run main-checks workflow on PRs to main branch
1 parent 9d58fed commit 851885e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main-checks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
- 'v*.*.*'
7+
- "v*.*.*"
8+
pull_request:
9+
branches:
10+
- main
811

912
jobs:
1013
checks:

0 commit comments

Comments
 (0)