We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0935a2a commit 3e866f6Copy full SHA for 3e866f6
3 files changed
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: build
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ master ]
6
pull_request:
7
types: [ opened, reopened, synchronize ]
8
.github/workflows/lint.yml
@@ -2,7 +2,7 @@ name: lint
.github/workflows/test.yml
@@ -5,7 +5,7 @@ name: test
9
10
types: [opened, reopened]
11
workflow_dispatch:
0 commit comments