Skip to content

Commit 5164e4e

Browse files
fix branch ref
1 parent 274ac22 commit 5164e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# Trigger the workflow every time you push to the `main` branch
55
# Using a different branch name? Replace `main` with your branch’s name
66
push:
7-
branches: [master]
7+
branches: [main]
88

99
# Allows you to run this workflow manually from the Actions tab on GitHub.
1010
workflow_dispatch:

0 commit comments

Comments
 (0)