From 302d654e79fdb855a98e23655cbe4948693a7d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A8=B8=EC=9A=A9?= <153697857+Meoyoug@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:44:16 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0cb611..5798829 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,7 @@ name: CI on: push: - branches: - - main + branches: "*" jobs: static-analysis: # mypy, black, ruff 등 정적 분석만 실행