From e307e5cc766f2d2af254053a9288a9c64f7652ec Mon Sep 17 00:00:00 2001 From: Gladtbam <49943258+Gladtbam@users.noreply.github.com> Date: Mon, 31 Aug 2020 18:51:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=A7=E8=A1=8C=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 取消点击star执行和计划任务,增加向master分支push和pr时执行。 --- .github/workflows/legado.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/legado.yml b/.github/workflows/legado.yml index c027487a9..eb3ab638e 100644 --- a/.github/workflows/legado.yml +++ b/.github/workflows/legado.yml @@ -4,12 +4,17 @@ on: release: types: [published] push: + branches: + - master tags: - - '3.*' - watch: - types: [started] - schedule: - - cron: '0 4 * * *' + - '3.*' + pull_request: + branches: + - master +# watch: +# types: [started] +# schedule: +# - cron: '0 4 * * *' jobs: build: