From 3510d557cb855be8890992858cb79afbc0b890ed Mon Sep 17 00:00:00 2001 From: Nick <32660358+dontcrash@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:57:38 +1030 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d721b8113..8c38c1095 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,12 @@ name: Update NRD list on: schedule: - cron: '0 0,12 * * *' # At 00:00 and 12:00 (midnight and noon) every day + workflow_dispatch: # Manual triggering + inputs: + run-manual: + description: 'Run the script manually' + required: false + default: 'yes' jobs: build: