Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn authored Oct 14, 2024
1 parent ee5a871 commit a89d72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: verify
on:
push:
branches:
- "master"
- "main"
workflow_dispatch:
inputs:
ignore_prev_result:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
with:
verify-result: ${{ steps.all-artifacts.outputs.artifacts-root }}/Result-*/result.json
deploy:
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'
needs: docs-and-check
environment:
name: github-pages
Expand Down

0 comments on commit a89d72c

Please sign in to comment.