From c6546e0f92646cd12a5e2d15683498182b197135 Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Thu, 27 Apr 2023 09:42:20 +0800 Subject: [PATCH] Update site-deploy.yml --- .github/workflows/site-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index ddb065368d..26ef591998 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -13,7 +13,7 @@ permissions: jobs: setup: runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') && (contains(github.ref_name, '-') == false) + if: (startsWith(github.ref, 'refs/tags/') && (contains(github.ref_name, '-') == false)) || github.event_name == 'workflow_dispatch' steps: - name: checkout uses: actions/checkout@v3