Skip to content

Commit ed237ca

Browse files
committed
correct branch name
1 parent 904e354 commit ed237ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- synchronize
99
- closed
1010
branches:
11-
- 'main'
11+
- 'master'
1212

1313
concurrency: preview-${{ github.ref }}
1414

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Render and Publish"
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
workflow_dispatch:
88

99
# you need these permissions to publish to GitHub pages

0 commit comments

Comments
 (0)