We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6cc3b commit c16ba50Copy full SHA for c16ba50
.github/workflows/pr.yaml
@@ -1,6 +1,9 @@
1
name: Pull Request Checks
2
3
-on: [ push ]
+on:
4
+ push:
5
+ branches:
6
+ - !main
7
8
jobs:
9
code-quality:
.github/workflows/release-staging.yaml
@@ -14,5 +14,8 @@ jobs:
14
uses: ./.github/workflows/test.yaml
15
publish:
16
name: Publish staging release
17
+ permissions:
18
+ id-token: write
19
+ pages: write
20
uses: ./.github/workflows/publish-test.yaml
21
needs: [code-quality, test]
.github/workflows/release.yaml
@@ -8,4 +8,6 @@ on:
10
name: Publish release
11
12
13
uses: ./.github/workflows/publish.yaml
0 commit comments