Skip to content

Commit

Permalink
remove branch from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseibel committed Mar 5, 2024
1 parent e1216aa commit fe99865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

on:
push:
branches: [main, develop, feature/lti]
branches: [main, develop]
pull_request:
branches: [main, develop]
types: [opened, reopened, synchronize]
Expand Down Expand Up @@ -120,9 +120,9 @@ jobs:

- name: Deployment Pipeline
if: >-
contains(fromJSON('["main", "develop", "feature/lti"]'),
contains(fromJSON('["main", "develop"]'),
needs.context.outputs.git_repo_branch)
uses: uw-it-aca/actions/cicd-deploy@fix/kubeval-to-kubeconform
uses: uw-it-aca/actions/cicd-deploy@main
with:
release_name: ${{ env.RELEASE_NAME }}
commit_hash: ${{ needs.context.outputs.commit_hash }}
Expand Down

0 comments on commit fe99865

Please sign in to comment.