We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4657e7f commit 6a79bdcCopy full SHA for 6a79bdc
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy Hugo site to GitHub Pages
3
on:
4
# Runs on pushes targeting the default branch
5
push:
6
- branches: ["main", "master"] # TODO: decide on a final branch name
+ branches: ["master"]
7
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
0 commit comments