Skip to content

Commit a89d72c

Browse files
authored
master -> main
1 parent ee5a871 commit a89d72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: verify
22
on:
33
push:
44
branches:
5-
- "master"
5+
- "main"
66
workflow_dispatch:
77
inputs:
88
ignore_prev_result:
@@ -183,7 +183,7 @@ jobs:
183183
with:
184184
verify-result: ${{ steps.all-artifacts.outputs.artifacts-root }}/Result-*/result.json
185185
deploy:
186-
if: (success() || failure()) && github.ref == 'refs/heads/master' && needs.docs-and-check.outputs.upload-pages == 'true'
186+
if: (success() || failure()) && github.ref == 'refs/heads/main' && needs.docs-and-check.outputs.upload-pages == 'true'
187187
needs: docs-and-check
188188
environment:
189189
name: github-pages

0 commit comments

Comments
 (0)