diff --git a/.github/workflows/jekyll-github-pages-deploy.yml b/.github/workflows/jekyll-github-pages-deploy.yml index e9168195..469b6ccd 100644 --- a/.github/workflows/jekyll-github-pages-deploy.yml +++ b/.github/workflows/jekyll-github-pages-deploy.yml @@ -10,6 +10,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["master", "deployment-test"] + pull_request: + branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: