Skip to content

Commit

Permalink
ci: don't release on deps-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Oct 1, 2020
1 parent 8c8527b commit 95b6cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
with:
node-module: true
release-rules: '[{ "type": "chore(deps-dev)", "release": false }, { "scope": "no-release", "release": false }]'
commit-assets: |
./BENCHMARK.md
env:
Expand Down

0 comments on commit 95b6cd6

Please sign in to comment.