From a42c8807e4cff9476750a4a135488a90dc7458a6 Mon Sep 17 00:00:00 2001 From: "Shameer Kashif (Shiri)" Date: Sun, 17 Dec 2023 11:05:02 +0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 868c0de..9e23db9 100755 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,11 +6,12 @@ env: USE_GITHUB_DATA: "true" #MEDIUM_USERNAME: "hash3liZer" on: + workflow_dispatch: push: branches: - main schedule: - - cron: "0 0 * * *" # see https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events + - cron: "30 3 * * *" # see https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events permissions: contents: write jobs: