We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ad385 commit 5ac5014Copy full SHA for 5ac5014
1 file changed
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: CI/CD Pipeline to EC2 with Blue/Green
2
3
on:
4
push:
5
- branches: [main, dev]
+ branches: [main, dev, ci/env]
6
7
# ───────────────────────────────────────────────────────────────
8
concurrency:
0 commit comments