Skip to content

Commit

Permalink
chore: dev CI/CD 스크립트 임시 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
helenason committed Nov 22, 2024
1 parent 2ddbb24 commit cb83405
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/backend-dev-ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Backend Dev CI/CD Workflow

on:
# push:
# branches: [ "chongdae" ]
# paths:
# - "backend/**"
# - ".github/workflows/backend-dev-ci-cd.yml"
# - "Dockerfile"
pull_request:
push:
branches: [ "chongdae" ]
paths:
- "backend/**"
- ".github/workflows/backend-dev-ci-cd.yml"
- "Dockerfile"
# pull_request:
# branches: [ "chongdae" ]
# paths:
# - "backend/**"
# - ".github/workflows/backend-dev-ci-cd.yml"
# - "Dockerfile"

jobs:

Expand Down

0 comments on commit cb83405

Please sign in to comment.