Skip to content

Commit

Permalink
chore: prod 불필요한 트리거 주석 처리 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
helenason authored and fromitive committed Nov 28, 2024
1 parent c4f9689 commit eaaae1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/backend-dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
- "backend/**"
- ".github/workflows/backend-dev-ci-cd.yml"
- "Dockerfile"
pull_request:
branches: [ "develop-BE" ]
paths:
- "backend/**"
- ".github/workflows/backend-prod-ci-cd.yml"
- "Dockerfile"
# pull_request:
# branches: [ "develop-BE" ]
# paths:
# - "backend/**"
# - ".github/workflows/backend-dev-ci-cd.yml"
# - "Dockerfile"

jobs:

Expand Down

0 comments on commit eaaae1e

Please sign in to comment.