From 77d1c81b79d9724abd7b33edae97e7d6dc7291af Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:35:59 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(branch):=20master?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/commitizen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitizen.yml b/.github/workflows/commitizen.yml index 8cb5461..0c0f118 100644 --- a/.github/workflows/commitizen.yml +++ b/.github/workflows/commitizen.yml @@ -3,7 +3,7 @@ name: Check Conventional Commit on: push: branches: - - main + - master jobs: check-commit-message: