From d37564fbaf410c6b69f253a32cc45073c3a2f94c Mon Sep 17 00:00:00 2001 From: Nevin Valsaraj Date: Thu, 7 May 2026 23:26:10 -0700 Subject: [PATCH] Enable PR-triggered workflow runs on master --- .github/workflows/jekyll-github-pages-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) 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: