From fdb4675b76e33d907ca46ff427f45d3dc2e18760 Mon Sep 17 00:00:00 2001 From: Sean Parent Date: Tue, 28 Jan 2025 16:05:18 -0800 Subject: [PATCH] Fixing pages workflow to run automatically on pushes to main. --- .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 301f743b..e6be51e1 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -12,7 +12,7 @@ env: on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: