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 }}