From e2f2997aaf99256d8306e23e3a3b0f50e89b9dd1 Mon Sep 17 00:00:00 2001 From: Edric Date: Sat, 23 Dec 2023 00:35:07 +0800 Subject: [PATCH] [DNM] Test publishing from branch --- .github/workflows/github-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 59ca4bf6..eb437fa9 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -4,7 +4,8 @@ name: Deploy to GitHub Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + # TODO: Remove + #branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: