diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 68520b5..3d4a55b 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -7,9 +7,9 @@ name: Deploy Jekyll site to Pages on: - # Runs on pushes targeting the default branch + # Runs on pushes targeting the gh-pages branch push: - branches: ["main"] + branches: ["gh-pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: