Skip to content

Commit 10736aa

Browse files
committed
Update deploy action
1 parent f41a54d commit 10736aa

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
@@ -5,7 +5,7 @@ name: Deploy static content to Pages
55
on:
66
# Runs on pushes targeting the default branch
77
push:
8-
branches: [$default-branch]
8+
branches: ["master"]
99

1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:

0 commit comments

Comments
 (0)