Skip to content

Commit e5ce158

Browse files
authored
chore: run Commit Naming action only on pull requests (#69)
1 parent 8832c48 commit e5ce158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
commitlint:
11+
if: github.event_name == 'pull_request'
1112
name: Commit Naming
1213
runs-on: ubuntu-latest
1314
steps:

0 commit comments

Comments
 (0)