diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 75a2fc8..874512b 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -23,7 +23,8 @@ jobs: - name: Conventional Commits Check uses: amannn/action-semantic-pull-request@v5 - if: always() + # Only run on pull request events + if: github.event_name == 'pull_request' id: check-pull-request-title-conventional-commits env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}