From 25e33e6eb4753a66babcc139d2ceff295b9db65b Mon Sep 17 00:00:00 2001 From: Sirod3v Date: Mon, 16 Dec 2024 21:40:50 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20commit=20lint=20=EB=8C=80=EC=83=81=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70007bf..2864fa5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,7 @@ name: Commitlint -on: - push: - branches: ['main'] - pull_request: +on: [push, pull_request] + jobs: commitlint: