Skip to content

Commit a050f1b

Browse files
authored
Rename master branch to main branch in workflow
1 parent d4d721a commit a050f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Pages
22

33
on:
44
push:
5-
branches: [master] # branch to trigger deployment
5+
branches: [main] # branch to trigger deployment
66

77
jobs:
88
pages:

0 commit comments

Comments
 (0)