We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0edf9b commit 56e9844Copy full SHA for 56e9844
.github/workflows/checks.yml
@@ -1,5 +1,10 @@
1
name: Checks
2
-on: [push]
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - "master"
7
+ - "v[0-9]"
8
jobs:
9
checks:
10
runs-on: ubuntu-latest
0 commit comments