Skip to content

Commit 166dd5e

Browse files
committed
Fix branch name in deploy.yml
1 parent 4761e7b commit 166dd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches:
8-
- main
8+
- master
99

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

0 commit comments

Comments
 (0)