We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95414bc commit 0668617Copy full SHA for 0668617
1 file changed
.github/workflows/build.yml
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
commitizen:
11
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@master
0 commit comments