Skip to content

Commit c0787e8

Browse files
authored
Change deployment branch from 'main' to 'master'
Signed-off-by: Yunsup Sim <dev@ethansup.net>
1 parent 16169ce commit c0787e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read

0 commit comments

Comments
 (0)