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.
main
master
1 parent f178025 commit 315c3edCopy full SHA for 315c3ed
.github/workflows/deploy.yaml
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: [ 'main' ]
+ branches: [ 'main', 'master' ]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
.github/workflows/verify.yaml
@@ -2,7 +2,7 @@ name: Verify PR build
2
3
pull_request:
concurrency:
group: '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'
0 commit comments