Skip to content

Commit

Permalink
[#38] path에서 ./backend의 모든 하위 디렉토리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed Mar 19, 2024
1 parent 820833e commit 4887891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:

pull_request:
paths:
- "./backend"
branches:
- develop
paths:
- "./backend/**"

permissions:
contents: read
Expand Down

0 comments on commit 4887891

Please sign in to comment.