From 952b4782f67715035499c27fd8ded24ab0940599 Mon Sep 17 00:00:00 2001 From: Oksana Grishchenko Date: Wed, 20 Sep 2023 16:02:28 +0200 Subject: [PATCH] u --- .github/workflows/rc_create.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rc_create.yml b/.github/workflows/rc_create.yml index ec2b3392..7df92fb3 100644 --- a/.github/workflows/rc_create.yml +++ b/.github/workflows/rc_create.yml @@ -6,12 +6,15 @@ on: version: description: The release version in v*.*.* format required: true + push: + branches: + - rc-test11 jobs: build: runs-on: ubuntu-latest env: - VERSION: ${{ github.event.inputs.version }} + VERSION: v111.111.111 #${{ github.event.inputs.version }} RC_BRANCH: '' steps: - name: Validate input