From 52d3a7e4050efbb3bafd83953e0e4636038d58b1 Mon Sep 17 00:00:00 2001 From: Roger Lopez Date: Wed, 20 Nov 2024 10:02:06 -0600 Subject: [PATCH] Update jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 4b8bc4fc9..e31d81c58 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: - branches: ["devel"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: