From e44dc52bf5416b72b36714d71c10c5fbfaa8de82 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Wed, 1 Dec 2021 16:05:27 +0100 Subject: [PATCH] Allow manual start (#818) --- .github/workflows/release-01_rc-automation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-01_rc-automation.yml b/.github/workflows/release-01_rc-automation.yml index 60beac022df..a05f0c8956d 100644 --- a/.github/workflows/release-01_rc-automation.yml +++ b/.github/workflows/release-01_rc-automation.yml @@ -3,6 +3,8 @@ on: push: branches: - release-**v[0-9]+.[0-9]+.[0-9]+ + workflow_dispatch: + jobs: tag_rc: runs-on: ubuntu-latest