Skip to content

Commit d10be7e

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main-checks.yml

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

913
jobs:
1014
checks:

0 commit comments

Comments
 (0)