Skip to content

Commit d435f75

Browse files
Adjust deployment for new branch name
1 parent 85d940e commit d435f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Trigger the workflow every time you push to the `main` branch
66
# Using a different branch name? Replace `main` with your branch’s name
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
# Allows you to run this workflow manually from the Actions tab on GitHub.
1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)