diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 040a7a8..4070095 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: ["master"] + branches: ["gh-page"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: