Update lint.yaml

Remove action run on every push
This commit is contained in:
Phillip Kühne 2023-04-25 16:52:36 +02:00 committed by GitHub
parent d2caaac4bc
commit adebf35d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: Lint name: Lint
on: [push, pull_request] on: [pull_request]
jobs: jobs:
flake8_py3: flake8_py3: