Skip to content

Commit ed5b6be

Browse files
authored
Merge pull request #44 from progval/patch-3
deploy: Only deploy from pushes to 'master' branch
2 parents 4657e7f + 6a79bdc commit ed5b6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Hugo site to GitHub Pages
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: ["main", "master"] # TODO: decide on a final branch name
6+
branches: ["master"]
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:

0 commit comments

Comments
 (0)