修改执行条件

取消点击star执行和计划任务,增加向master分支push和pr时执行。
pull/349/head
Gladtbam 4 years ago committed by GitHub
parent 0aa6ee9803
commit e307e5cc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      .github/workflows/legado.yml

@ -4,12 +4,17 @@ on:
release: release:
types: [published] types: [published]
push: push:
branches:
- master
tags: tags:
- '3.*' - '3.*'
watch: pull_request:
types: [started] branches:
schedule: - master
- cron: '0 4 * * *' # watch:
# types: [started]
# schedule:
# - cron: '0 4 * * *'
jobs: jobs:
build: build:

Loading…
Cancel
Save