Skip to content

Commit

Permalink
chore: Update prod deployment workflow to include condition for main …
Browse files Browse the repository at this point in the history
…branch
  • Loading branch information
talaman committed May 25, 2024
1 parent 0293dbb commit 961a092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
deploy-prod:
name: 🚀 Deploy prod
environment: prod
needs: deploy-dev
needs: deploy-dev
if: github.ref_name == 'main'
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code from artifact dist
Expand Down

0 comments on commit 961a092

Please sign in to comment.