Skip to content

Commit

Permalink
config: backend 디렉터리 하위에서만 실행되도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyma-s authored Jul 26, 2023
1 parent 3a98c7d commit 78f3a9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: [ main ] # main branch로 pull request될 때 실행됩니다.
types: [opened, synchronize, reopened]
paths:
- "backend/**"

defaults:
run:
Expand Down

0 comments on commit 78f3a9c

Please sign in to comment.