Skip to content

Commit

Permalink
add a trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
j-white committed May 3, 2024
1 parent 78d344d commit d8ebc4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ main = "build/worker/shim.mjs"
# See https://developers.cloudflare.com/workers/configuration/compatibility-dates/#compatibility-flags for latest
compatibility_date = "2022-04-05"

[triggers]
# Run every minute
crons = ["* * * * *"]

[build]
command = "cargo install -q worker-build && worker-build --release"

Expand Down

0 comments on commit d8ebc4c

Please sign in to comment.