Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: add workflow_dispatch and schedule
  • Loading branch information
Shohei Ueda authored and GitHub committed Jul 25, 2020
1 parent 19b0b66 commit 24d40fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev-image.yml
@@ -1,6 +1,9 @@
name: 'Dev Image CI'

on:
workflow_dispatch:
schedule:
- cron: '11 11 * * *'
push:
branches:
- main
Expand Down

0 comments on commit 24d40fe

Please sign in to comment.