Skip to content

Commit

Permalink
fix: remove if clause
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtftr committed Oct 15, 2024
1 parent 635bdae commit f35307c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name: Deploy Production
on:
push:
branches:
- 'feature/cont-deploy'
- 'main'
- 'feature/cont-deploy'
- 'main'


jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Deploy
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f35307c

Please sign in to comment.