Skip to content

Commit 3c3eafc

Browse files
committed
fix: add documentation branch to list of branches in ci
Signed-off-by: ItsNeil17 <neil@willofsteel.me>
1 parent f7f68e7 commit 3c3eafc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: ['main']
5+
branches:
6+
- main
7+
- documentation
68
workflow_dispatch:
79

810
permissions:

0 commit comments

Comments
 (0)