Skip to content

Commit a2cc5ba

Browse files
authored
Update hugo-gh.yaml
Change name of default branch
1 parent 741c182 commit a2cc5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo-gh.yaml

Lines changed: 2 additions & 2 deletions
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:
@@ -77,4 +77,4 @@ jobs:
7777
steps:
7878
- name: Deploy to GitHub Pages
7979
id: deployment
80-
uses: actions/deploy-pages@v4
80+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)