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 904e354 commit ed237caCopy full SHA for ed237ca
.github/workflows/pr-preview.yaml
@@ -8,7 +8,7 @@ on:
8
- synchronize
9
- closed
10
branches:
11
- - 'main'
+ - 'master'
12
13
concurrency: preview-${{ github.ref }}
14
.github/workflows/publish.yaml
@@ -3,7 +3,7 @@ name: "Render and Publish"
3
on:
4
push:
5
6
- - main
+ - master
7
workflow_dispatch:
# you need these permissions to publish to GitHub pages
0 commit comments