Skip to content

Commit 33ee152

Browse files
committed
Chore(ci): fix branch name
1 parent a246437 commit 33ee152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docs
33
on:
44
# trigger deployment on every push to main branch
55
push:
6-
branches: [main]
6+
branches: [master]
77
# trigger deployment manually
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)