Unverified Commit 1f1172b1 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Run lint_python tests on branches: [development, master]

parent 0bf9f1fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
name: lint_python
on:
  pull_request:
    branches: [master]
    branches: [development, master]
  push:
    branches: [master]
    branches: [development, master]
jobs:
  lint_python:
    runs-on: ubuntu-latest