ci(build): skip commitizen on pull requests

A conventional commit can be made on merge.
This commit is contained in:
Borja Canseco
2020-07-12 13:40:02 -05:00
parent 95414bcfe3
commit 0668617d57

View File

@@ -8,6 +8,7 @@ on:
jobs:
commitizen:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master