diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 7742450..cd44ad0 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -5,6 +5,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["master"] + pull_request: + branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: