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