Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyu0218 committed May 16, 2024
1 parent 0657637 commit 5f52d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blue-green-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Blue/Green CD for Backend

on:
push:
paths: ["backend/**"]
branches: ["release", "*hotfix*"]
# paths: ["backend/**"]
# branches: ["release", "*hotfix*"]

env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 5f52d7d

Please sign in to comment.