From aa3426c38bb7858b05e793c724fcca632de2cd6f Mon Sep 17 00:00:00 2001 From: Sebastien Larinier Date: Wed, 30 Oct 2024 17:00:07 +0100 Subject: [PATCH] fix on PR --- .github/workflows/hugo.yml | 2 ++ 1 file changed, 2 insertions(+) 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: