Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daoud-Hussain committed Nov 15, 2024
1 parent 1a6fdca commit 5472f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Production CI/CD Pipeline
on:
push:
branches:
- main
- stagging
pull_request:
branches:
- staging
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stagging-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Staging CI/CD Pipeline
on:
push:
branches:
- staging
- dev
pull_request:
branches:
- dev
- stagging

env:
IMAGE_NAME: daoudhussaindev/next-js-app
Expand Down

0 comments on commit 5472f02

Please sign in to comment.