Skip to content

Commit

Permalink
ci: Only check PR commits
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Dec 21, 2023
1 parent 5947617 commit 598952b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/userscript-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: yarn workspace @kitten-science/action-commit-validator tsc --build

- uses: ./packages/action-commit-validator
if: github.event_name == 'pull_request'
with:
accept_breaking_changes: false
accept_emoji: false
Expand Down

0 comments on commit 598952b

Please sign in to comment.