From 201ab6bb45415a116ec530ceee122449bda9e5bd Mon Sep 17 00:00:00 2001 From: CCKNBC Date: Mon, 5 Oct 2020 19:32:01 +0800 Subject: [PATCH] =?UTF-8?q?2020/10/05=20=E5=91=A8=E4=B8=80=2019:32:00.81:?= =?UTF-8?q?=20Updated=20By=20CCKNBC=20Local?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Update Blog Yun Site.yml | 4 ---- source/.github/workflows/sync.yml | 9 ++++++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Update Blog Yun Site.yml b/.github/workflows/Update Blog Yun Site.yml index 00a539d..463bae5 100644 --- a/.github/workflows/Update Blog Yun Site.yml +++ b/.github/workflows/Update Blog Yun Site.yml @@ -1,11 +1,7 @@ name: Update Blog Yun Site on: - release: - types: [published] push: - tags: - - 'v*' branches: - master workflow_dispatch: diff --git a/source/.github/workflows/sync.yml b/source/.github/workflows/sync.yml index 897e535..6f836e0 100644 --- a/source/.github/workflows/sync.yml +++ b/source/.github/workflows/sync.yml @@ -1,8 +1,11 @@ name: Sync -on: - push: - branches: [ master ] +on: + workflow_dispatch: + inputs: + name: + description: '手动触发' + required: false jobs: build: