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 03499f6 commit 69873a5Copy full SHA for 69873a5
.github/workflows/build.yml
@@ -2,8 +2,7 @@ name: CI Build
2
on:
3
pull_request:
4
push:
5
- branches:
6
- - master
+ branches: [main]
7
8
jobs:
9
build:
.github/workflows/lint.yml
@@ -1,5 +1,8 @@
1
name: CI Lint
-on: [pull_request]
+on:
+ pull_request:
+ push:
lint:
.github/workflows/test.yml
@@ -2,8 +2,7 @@ name: CI Test
test:
0 commit comments