diff --git a/.github/workflows/hugo-gh.yaml b/.github/workflows/hugo-gh.yaml index 5fc9f3f..f8a336b 100644 --- a/.github/workflows/hugo-gh.yaml +++ b/.github/workflows/hugo-gh.yaml @@ -5,7 +5,7 @@ on: # Runs on pushes targeting the default branch push: branches: - - main + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -77,4 +77,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4