From 62a5d61755cf814ac5282eb1e1fe52361a29f882 Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Tue, 25 Jul 2023 17:16:29 +0100 Subject: [PATCH] Run linting on python-migration branch --- .github/workflows/lint_code.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_code.yaml b/.github/workflows/lint_code.yaml index ad54ae6efc..9031c2c321 100644 --- a/.github/workflows/lint_code.yaml +++ b/.github/workflows/lint_code.yaml @@ -4,9 +4,9 @@ name: Lint code # Run workflow on pushes to matching branches on: # yamllint disable-line rule:truthy push: - branches: [develop] + branches: [develop, python-migration] pull_request: - branches: [develop] + branches: [develop, python-migration] jobs: lint_json: