From c302c714bd1afb5f12953f6cb70b0ae200416ea9 Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Thu, 8 Dec 2022 11:24:06 +0100 Subject: [PATCH] Update workflow_updater.yaml --- .github/workflows/workflow_updater.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/workflow_updater.yaml b/.github/workflows/workflow_updater.yaml index 2218d00..4568fa5 100644 --- a/.github/workflows/workflow_updater.yaml +++ b/.github/workflows/workflow_updater.yaml @@ -2,9 +2,12 @@ name: GitHub Actions Version Updater # Controls when the action will run. on: + workflow_dispatch: + schedule: # Automatically run on every Sunday - cron: '0 0 * * *' + jobs: build: