Update lint_python.yml

This commit is contained in:
Christian Clauss 2023-03-04 14:47:17 +01:00 committed by GitHub
parent 71be75ad5d
commit 2ff5e7051e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
name: lint_python
on: [pull_request, push]
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
lint_python:
runs-on: ubuntu-latest