Skip to content

Commit

Permalink
[#38] paths 에서 ./ 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed Mar 19, 2024
1 parent 4887891 commit 0559b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- develop
paths:
- "./backend/**"
- "backend/**"

permissions:
contents: read
Expand Down

0 comments on commit 0559b3d

Please sign in to comment.