From 336da8a2f242b90555daa9e99f8e8506db23b8b7 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 8 Apr 2020 01:55:37 +0900 Subject: [PATCH] ci: add push event --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 4680650..f24fac9 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -1,7 +1,7 @@ name: Daily Test on: - # push: + push: schedule: - cron: '13 13 * * *'