diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 9e12c79..051bce1 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -6,6 +6,9 @@ on: branches: - main + pull_request: + branches: [ main ] + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -101,4 +104,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