Skip to content

Commit 0668617

Browse files
committed
ci(build): skip commitizen on pull requests
A conventional commit can be made on merge.
1 parent 95414bc commit 0668617

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

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

99
jobs:
1010
commitizen:
11+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@master

0 commit comments

Comments
 (0)