From 0907b0e02336ba809b2016cb563820e78ff0c448 Mon Sep 17 00:00:00 2001 From: Ahn-seokjoo Date: Mon, 13 May 2024 23:52:20 +0900 Subject: [PATCH] =?UTF-8?q?[refactoring]=20lint=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint_check.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/lint_check.yaml b/.github/workflows/lint_check.yaml index 825ebac5..dddf9ff9 100644 --- a/.github/workflows/lint_check.yaml +++ b/.github/workflows/lint_check.yaml @@ -1,9 +1,6 @@ name: Lint Check -on: - pull_request: - branches: - - '*' +on: pull_request jobs: build: