Skip to content

Commit 6a79bdc

Browse files
authored
deploy: Only deploy from pushes to 'master' branch
As we ended up using that and not 'main'
1 parent 4657e7f commit 6a79bdc

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)