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