From 0559b3d16aa976e17decdaf550432297330cfc08 Mon Sep 17 00:00:00 2001 From: JunRain Date: Tue, 19 Mar 2024 22:43:41 +0900 Subject: [PATCH] =?UTF-8?q?[#38]=20paths=20=EC=97=90=EC=84=9C=20./=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 37d7d1cb..2078f5c6 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -7,7 +7,7 @@ on: branches: - develop paths: - - "./backend/**" + - "backend/**" permissions: contents: read