Skip to content

Commit

Permalink
fix: remove ci branch option
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Sep 24, 2024
1 parent 303747d commit 4eae068
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ 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 @@ -79,7 +75,7 @@ jobs:
repository: kiva/marketplace-web-ui-ci
token: ${{ env.GITHUB_PAT }}
path: .docker
ref: ${{ github.event.inputs.ci-branch }}
ref: "main"
patterns: |
resources/org/kiva/marketplaceWebUiCi/ui
- name: move files
Expand Down

0 comments on commit 4eae068

Please sign in to comment.