Skip to content

Commit

Permalink
fix: 🐛 fix build pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Sep 16, 2024
1 parent fcd9758 commit 909bca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 909bca3

Please sign in to comment.