From 1f1172b14545aa7b5e5c5f7a1aa6080fe1c9c2ec Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 5 Jun 2023 07:57:41 +0200 Subject: [PATCH] Run lint_python tests on branches: [development, master] --- .github/workflows/lint_python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml index fff9533..bffa53b 100644 --- a/.github/workflows/lint_python.yml +++ b/.github/workflows/lint_python.yml @@ -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