修改执行条件

取消点击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:
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:

Loading…
Cancel
Save