Skip to content

Commit

Permalink
successful dev pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daoud-Hussain authored Nov 15, 2024
2 parents 2dca57e + 3671116 commit dd30f0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cicd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev - CI/CD Pipeline
name: Dev CI/CD Pipeline

on:
push:
Expand Down
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:
- stagging
- main
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:
- dev
- stagging
pull_request:
branches:
- stagging
- dev

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

0 comments on commit dd30f0f

Please sign in to comment.