From 1936fb655a630969f4c42250f02feb170ec594e4 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:38:10 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(PR):=20add=20PR=20convention?= =?UTF-8?q?al=20validation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/commitizen.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/commitizen.yml b/.github/workflows/commitizen.yml index 0c0f118..5cda42d 100644 --- a/.github/workflows/commitizen.yml +++ b/.github/workflows/commitizen.yml @@ -4,6 +4,9 @@ on: push: branches: - master + pull_request: + branches: + - master jobs: check-commit-message: