Dont Lint on repository dispatch (#14)

This commit is contained in:
2021-07-21 14:16:21 +02:00
committed by GitHub
parent e47a6f026f
commit 37ec1c6879

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: