From a5eca44d21840242e0a6dce9be286b3a70903879 Mon Sep 17 00:00:00 2001 From: Sameep Singhania Date: Sat, 26 Mar 2022 12:30:54 +0530 Subject: [PATCH] Update dev_release.yaml --- .github/workflows/dev_release.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev_release.yaml b/.github/workflows/dev_release.yaml index b2ad35555..8b6b1f919 100644 --- a/.github/workflows/dev_release.yaml +++ b/.github/workflows/dev_release.yaml @@ -1,7 +1,8 @@ name: Release on: - schedule: - - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday + push: + branches: + - dev # manual trigger workflow_dispatch: @@ -83,4 +84,4 @@ jobs: env: # Zone is required by both authentication methods CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE_ID }} - CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} \ No newline at end of file + CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}