We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd79f6 commit 6fabdb9Copy full SHA for 6fabdb9
.github/workflows/lint.yaml .github/workflows/_lint.yaml.github/workflows/lint.yaml renamed to .github/workflows/_lint.yaml
.github/workflows/test.yaml .github/workflows/_test.yaml.github/workflows/test.yaml renamed to .github/workflows/_test.yaml
.github/workflows/pull-request.yaml .github/workflows/lint-test.yaml.github/workflows/pull-request.yaml renamed to .github/workflows/lint-test.yaml
@@ -1,6 +1,9 @@
1
-name: Pull Requests
+name: Lint & Test
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
pull_request:
8
workflow_dispatch:
9
@@ -10,7 +13,7 @@ jobs:
10
13
permissions:
11
14
contents: read
12
15
packages: read
- uses: ./.github/workflows/lint.yaml
16
+ uses: ./.github/workflows/_lint.yaml
17
18
test:
19
name: Test
@@ -19,5 +22,5 @@ jobs:
22
checks: write
20
23
pull-requests: write
21
24
statuses: write
- uses: ./.github/workflows/test.yaml
25
+ uses: ./.github/workflows/_test.yaml
26
secrets: inherit
0 commit comments