From 24d40fe124feecb6c5f4259a1906fcafd603b8f6 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 25 Jul 2020 23:59:01 +0900 Subject: [PATCH] ci: add workflow_dispatch and schedule --- .github/workflows/dev-image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dev-image.yml b/.github/workflows/dev-image.yml index c23b0ed..856df0d 100644 --- a/.github/workflows/dev-image.yml +++ b/.github/workflows/dev-image.yml @@ -1,6 +1,9 @@ name: 'Dev Image CI' on: + workflow_dispatch: + schedule: + - cron: '11 11 * * *' push: branches: - main