Skip to content

Commit 56e9844

Browse files
authored
CI: run checks even on fork PRs (#9)
1 parent d0edf9b commit 56e9844

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/checks.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Checks
2-
on: [push]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- "master"
7+
- "v[0-9]"
38
jobs:
49
checks:
510
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)