Skip to content

Commit 235db62

Browse files
committed
Have the deployment on master branch
1 parent d7165a9 commit 235db62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
# Trigger the workflow every time you push to the `main` branch
5-
# Using a different branch name? Replace `main` with your branch’s name
4+
# Trigger the workflow every time you push to the `master` branch
5+
# Using a different branch name? Replace `master` with your branch’s name
66
push:
7-
branches: [ main ]
7+
branches: [ master ]
88
# Allows you to run this workflow manually from the Actions tab on GitHub.
99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)