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: