ci: add workflow_dispatch and schedule

This commit is contained in:
Shohei Ueda 2020-07-25 23:59:01 +09:00 committed by GitHub
parent 19b0b66a7c
commit 24d40fe124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
name: 'Dev Image CI' name: 'Dev Image CI'
on: on:
workflow_dispatch:
schedule:
- cron: '11 11 * * *'
push: push:
branches: branches:
- main - main