From d33250cdbbb0c569641ddfe7a5cd356f6d4fc66d Mon Sep 17 00:00:00 2001 From: asn6878 Date: Sat, 18 Oct 2025 03:30:42 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=EB=B6=88=ED=95=84?= =?UTF-8?q?=EC=9A=94=ED=95=9C=20actions=20=EC=8B=A4=ED=96=89=20=EB=B2=94?= =?UTF-8?q?=EC=9C=84=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_feed-crawler.yml | 2 +- .github/workflows/deploy_server.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_feed-crawler.yml b/.github/workflows/deploy_feed-crawler.yml index 17de4ad8..4564fcbf 100644 --- a/.github/workflows/deploy_feed-crawler.yml +++ b/.github/workflows/deploy_feed-crawler.yml @@ -3,7 +3,7 @@ name: Feed-Crawler Deployment on: push: branches: [main] - paths: ["feed-crawler/**", "docker-compose/**"] + paths: ["feed-crawler/**"] workflow_dispatch: permissions: diff --git a/.github/workflows/deploy_server.yml b/.github/workflows/deploy_server.yml index 1ffcc98f..a7f6faa7 100644 --- a/.github/workflows/deploy_server.yml +++ b/.github/workflows/deploy_server.yml @@ -3,7 +3,7 @@ name: BE Deployment on: push: branches: [main] - paths: ["server/**", "docker-compose/**"] + paths: ["server/**"] workflow_dispatch: permissions: