Merge pull request #24 from umarcor/ci/events

ci: add scheduled runs and workflow_dispatch
This commit is contained in:
Sean Cross 2021-04-26 23:30:59 +08:00 committed by GitHub
commit f70243e60c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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