Skip to content

Commit d030d35

Browse files
committed
ci(docs[trigger]): Fix docs workflow to trigger on main branch
why: docs.yml triggered on master/init but the default branch is main, so docs were never published from main pushes what: - Change push trigger from master/init to main
1 parent 3c23d97 commit d030d35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: docs
33
on:
44
push:
55
branches:
6-
- master
7-
- init
6+
- main
87

98
permissions:
109
contents: read

0 commit comments

Comments
 (0)