Skip to content

Commit

Permalink
ci: 🔧 trigger commitlint on every PR as well as direct push to main b…
Browse files Browse the repository at this point in the history
…ranch
  • Loading branch information
jooyoungseo committed Feb 2, 2024
1 parent 5bea75a commit bea16e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commit-message-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches:
- main
pull_request:

jobs:
cjobs:
commitlint:
runs-on: ubuntu-latest

Expand Down

0 comments on commit bea16e6

Please sign in to comment.