Skip to content

Commit cdc0f93

Browse files
authored
Fix branch name in docs.yml
master → main so that the dev version of docs now updates
1 parent 2caa033 commit cdc0f93

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
@@ -2,8 +2,7 @@ name: Documentation
22

33
on:
44
push:
5-
branches:
6-
- master
5+
branches: [main]
76
tags: '*'
87
pull_request:
98

0 commit comments

Comments
 (0)