Skip to content

Commit 9623675

Browse files
committed
main -> master in deploy.yml
1 parent a313cd8 commit 9623675

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)