From 3072c96d5744085dad92172dc4b60417a22b1f05 Mon Sep 17 00:00:00 2001 From: Carrotzpc Date: Mon, 18 Mar 2024 15:40:51 +0800 Subject: [PATCH] ci: change event trigger for deploy-ghpages workflow --- .github/workflows/deploy-ghpages.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-ghpages.yml b/.github/workflows/deploy-ghpages.yml index 5d897bf8..e4829442 100644 --- a/.github/workflows/deploy-ghpages.yml +++ b/.github/workflows/deploy-ghpages.yml @@ -1,12 +1,12 @@ name: Deploy to GitHub Pages on: - push: - branches: - - beta - # Review gh actions docs if you want to further define triggers, paths, etc - # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on - + # https://docs.github.com/zh/actions/using-workflows/events-that-trigger-workflows#workflow_run + workflow_run: + workflows: + - 'Build and Release' + types: + - completed jobs: deploy: name: Deploy to GitHub Pages