diff --git a/.github/workflows/ci-update-workflow.yml b/.github/workflows/ci-update-workflow.yml index fde73cb6..dd3c1154 100644 --- a/.github/workflows/ci-update-workflow.yml +++ b/.github/workflows/ci-update-workflow.yml @@ -4,6 +4,13 @@ on: schedule: # Run every day at 10AM. - cron: '0 10 * * *' + workflow_dispatch: + branches: + - master + +permissions: + repository-projects: write + pull-requests: write jobs: update-go-versions: