Skip to content

Commit

Permalink
#30 Cleanup workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
FM-Devoteam committed Oct 24, 2024
1 parent 9ed2e3e commit 8ba75b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ name: Deploy Backend to AWS ECS
on:
push:
branches:
- ci-cd # Deploy only on push to ci-cd branch
# - main # Deploy only on push to main branch
- main # Deploy only on push to main branch

jobs:
# 1. Run Backend Tests
Expand Down

0 comments on commit 8ba75b4

Please sign in to comment.