Skip to content

Commit

Permalink
Run linting on python-migration branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Jul 25, 2023
1 parent 6af37b0 commit 62a5d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 62a5d61

Please sign in to comment.