From d7c0b5393bf526e74bc0cfd8f1dd76a96b3d01f5 Mon Sep 17 00:00:00 2001 From: Andy Date: Thu, 2 Nov 2023 17:18:54 +0800 Subject: [PATCH] improvements --- .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 7c26a8b8..482459b8 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: ["andy"] + branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: