Skip to content

Commit 900300f

Browse files
authored
Merge pull request #475 from boostcampwm-2024/chore/self-hosted-runner
🐛 fix: 불필요한 actions 실행 범위 제거
2 parents fa5a9c0 + 72a2684 commit 900300f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_feed-crawler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feed-Crawler Deployment
33
on:
44
push:
55
branches: [main]
6-
paths: ["feed-crawler/**", "docker-compose/**"]
6+
paths: ["feed-crawler/**"]
77
workflow_dispatch:
88

99
permissions:

.github/workflows/deploy_server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: BE Deployment
33
on:
44
push:
55
branches: [main]
6-
paths: ["server/**", "docker-compose/**"]
6+
paths: ["server/**"]
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)