From d6dea2247cd84fbe859dd27ba548a066c1fec9cb Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 5 Jun 2024 15:41:32 +0200 Subject: [PATCH] ci: enable conventional commit linter on main --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3d580f5..a1c6670f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ jobs: commit_msg: name: Conventional Commit Messages runs-on: ubuntu-latest - if: ${{ github.ref != 'refs/heads/main' }} steps: - uses: actions/checkout@v4 - uses: webiny/action-conventional-commits@v1.3.0