Dont Lint on repository dispatch (#14)

This commit is contained in:
Florian Bouillon 2021-07-21 14:16:21 +02:00 committed by GitHub
parent e47a6f026f
commit 37ec1c6879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
if: ${{ (github.event_name == 'push') || github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v2
with: