Skip to content

Commit 2de1f12

Browse files
committed
Return branches to main
1 parent bf78af4 commit 2de1f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy | Deploy MkDocs
33
on:
44
workflow_dispatch:
55
push:
6-
branches: ['*'] # <<<<<<<<< Return this to main before merging
6+
branches: ['main']
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)