From 73a71febaed383943928d04fbb9f4853bc43bc5c Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Thu, 21 Mar 2024 11:53:59 -0700 Subject: [PATCH] snap --- .github/workflows/snapshot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 5533fef1..aca22982 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -2,6 +2,9 @@ name: Publish on: workflow_dispatch: + schedule: + # - cron: '0 0 */3 * *' # Runs at 00:00 UTC every 3 days + - cron: '0 0 * * *' # Runs at 00:00 UTC every day jobs: publish-npm: