Merge remote-tracking branch 'origin/master'

pull/352/head
gedoor 4 years ago
commit 41d7d47915
  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