diff --git a/.github/workflows/cloudflare-deploy-webhook.yml b/.github/workflows/cloudflare-deploy-webhook.yml index 253c341..027ca1e 100644 --- a/.github/workflows/cloudflare-deploy-webhook.yml +++ b/.github/workflows/cloudflare-deploy-webhook.yml @@ -1,7 +1,10 @@ +name: Run Cloudflare deploy webhook + on: schedule: - - cron: "01 01 * * *" - + - cron: "01 01 * * *" + workflow_dispatch: + jobs: call-cloudflare-deploy-webhook: runs-on: ubuntu-latest