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: