Skip to content

Commit

Permalink
fix: convert CD to push trigger only
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtftr committed Oct 15, 2024
1 parent 0d5f024 commit 635bdae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Deploy Production

on:
workflow_run:
workflows: ['Front-End CI', 'Back-End CI']
types: [completed]
push:
branches:
- 'feature/cont-deploy'
- 'main'
Expand Down

0 comments on commit 635bdae

Please sign in to comment.