Skip to content

Commit

Permalink
Merge pull request #121 from QuickSwap/sameepsi-patch-1
Browse files Browse the repository at this point in the history
Update dev_release.yaml
  • Loading branch information
totop716 authored Mar 26, 2022
2 parents 611879a + a5eca44 commit 2b1a685
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dev_release.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -83,4 +84,4 @@ jobs:
env:
# Zone is required by both authentication methods
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE_ID }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}

0 comments on commit 2b1a685

Please sign in to comment.