ci: add workflow dispatch and cron events (#474)

This commit is contained in:
Unai Martinez-Corral 2021-05-17 21:22:46 +02:00 committed by GitHub
parent 79381a0a69
commit 13edc41727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@ name: 'doc'
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 5'
workflow_dispatch:
jobs:

View File

@ -3,6 +3,9 @@ name: 'test'
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 5'
workflow_dispatch:
jobs: