Skip to content

Commit

Permalink
feat: add commitlint workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Norton-Lin committed Oct 7, 2024
1 parent d9a2537 commit c6b18bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Commitlint

on: [pull_request]
on:
pull_request:
workflow_dispatch:

jobs:
commitlint:
Expand Down

0 comments on commit c6b18bb

Please sign in to comment.