Skip to content

Commit

Permalink
remove redundant if statement for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Oct 17, 2024
1 parent 2f9ebf1 commit 5174464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
docker_multiplatform: ${{ inputs.docker_multiplatform || false }}
deploy_dev:
name: Deploy
if: github.ref == 'refs/heads/main'
needs:
- build
- helm_lint
Expand Down

0 comments on commit 5174464

Please sign in to comment.