From 65e492513788314a01f914f435f653fe0f52f549 Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Mon, 23 Mar 2020 11:44:18 +0600 Subject: [PATCH] [gh actions][xs]: run it on every commit for test. --- .github/workflows/actions.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f75e5d7..84cbc4a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,9 +1,5 @@ -on: - schedule: - - cron: '0 0 * * *' - jobs: - deploy: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@master