Disable the clippy-action for pull requests

This commit is contained in:
Luni-4 2019-10-04 12:20:40 +02:00
parent 8234df7f3d
commit 4e47c7ea8d
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on: [push, pull_request]
jobs:
clippy-test:
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps: