Merge pull request #349 from Gladtbam/glad

修改执行条件
pull/352/head
kunfei 4 years ago committed by GitHub
commit 120103fd0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .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