Run lint_python tests on branches: [development, master]

This commit is contained in:
Christian Clauss 2023-06-05 07:57:41 +02:00 committed by GitHub
parent 0bf9f1fe37
commit 1f1172b145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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