We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c423f8 commit 70d280cCopy full SHA for 70d280c
.github/workflows/ci.yml
@@ -1,7 +1,11 @@
1
name: "ci"
2
3
on:
4
-- push
+ push:
5
+ branches: ["master"]
6
+ pull_request:
7
8
+
9
10
jobs:
11
test:
.github/workflows/pre-commit.yml
@@ -2,6 +2,9 @@ name: pre-commit
push:
#pre-commit:
0 commit comments