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 d78ceec commit 6cd5d23Copy full SHA for 6cd5d23
.github/workflows/ci.yaml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
push:
6
branches:
7
- - 'master'
+ - main
8
9
env:
10
fail-fast: true
.github/workflows/lint.yaml
@@ -1,6 +1,10 @@
1
name: "Lint"
2
3
-on: [push, pull_request]
+on:
+ pull_request:
+ push:
+ branches:
0 commit comments