Skip to content

Commit

Permalink
chore: add ci branch option to vue-3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Sep 23, 2024
1 parent eeec78b commit 36f65a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 36f65a7

Please sign in to comment.