From 51c00399c20c332769e41b0899ff9847befc9c35 Mon Sep 17 00:00:00 2001 From: Paul Bruce Date: Wed, 4 Dec 2024 11:34:42 -0500 Subject: [PATCH] Set build target to master --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 6a27919..8976a8d 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main","master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: