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