From 586c965e18f3dc403c8a876c65d695839790314f Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 27 Nov 2023 09:52:36 -0500 Subject: [PATCH] build: Updating workflow `commitlint.yml`. The .github/workflows/commitlint.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org. --- .github/workflows/commitlint.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 247814a..fec11d6 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -3,11 +3,7 @@ name: Lint Commit Messages on: - push: - branches: [ "main" ] - pull_request: - branches: - - '**' + - pull_request jobs: commitlint: