Skip to content

Commit ca4e799

Browse files
authored
ci(deploy): change default branch from master to main in workflow
Switched workflow triggers from "main" to "master" to match the repository's default branch.
1 parent 987788a commit ca4e799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-site.yml

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

99
jobs:

0 commit comments

Comments
 (0)