From fb743214e5203934cefe1a0b932d36070963fc2a Mon Sep 17 00:00:00 2001 From: Teo Koon Peng Date: Mon, 1 Jul 2024 05:16:01 +0000 Subject: [PATCH] test changes Signed-off-by: Teo Koon Peng --- .github/workflows/ghpages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 4e9727249..902f59754 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -3,8 +3,9 @@ name: Deploy docs to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main", "koonpeng/fix-ghpages"] paths: + - ".github/workflows/ghpages.yml" - "packages/api-server/**" # Allows you to run this workflow manually from the Actions tab