Skip to content

Commit 72f9e55

Browse files
committed
Update deploy workflow to use "master" branch
1 parent 5e47f91 commit 72f9e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
# Runs on pushes targeting the `main` branch
55
push:
6-
branches: [ "main" ]
6+
branches: [ "master" ]
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:

0 commit comments

Comments
 (0)