diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 3c36cbd..15510bb 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -7,7 +7,7 @@ name: github pages # events but only for the master branch on: push: - branches: [ master ] + branches: [ main ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: