From 36f65a78f7ae7f7ad5d76562959d2813fc258f59 Mon Sep 17 00:00:00 2001 From: Matt Stover <1862756+mcstover@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:38:44 -0700 Subject: [PATCH] chore: add ci branch option to vue-3 branch --- .github/workflows/semantic-release.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index aa7b3e82b7..7a96c0e053 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -10,6 +10,11 @@ on: - staging - production required: true + ci-branch: + type: string + description: 'The branch to run the CI on.' + default: 'main' + required: false push: branches: - staging @@ -74,7 +79,7 @@ jobs: repository: kiva/marketplace-web-ui-ci token: ${{ env.GITHUB_PAT }} path: .docker - ref: vue3-ui-dockerfile + ref: ${{ github.event.inputs.ci-branch }} patterns: | resources/org/kiva/marketplaceWebUiCi/ui - name: move files