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 ee5a871 commit a89d72cCopy full SHA for a89d72c
.github/workflows/verify.yml
@@ -2,7 +2,7 @@ name: verify
2
on:
3
push:
4
branches:
5
- - "master"
+ - "main"
6
workflow_dispatch:
7
inputs:
8
ignore_prev_result:
@@ -183,7 +183,7 @@ jobs:
183
with:
184
verify-result: ${{ steps.all-artifacts.outputs.artifacts-root }}/Result-*/result.json
185
deploy:
186
- if: (success() || failure()) && github.ref == 'refs/heads/master' && needs.docs-and-check.outputs.upload-pages == 'true'
+ if: (success() || failure()) && github.ref == 'refs/heads/main' && needs.docs-and-check.outputs.upload-pages == 'true'
187
needs: docs-and-check
188
environment:
189
name: github-pages
0 commit comments