Skip to content

Commit

Permalink
Make code quality workflows trigger on pushes to python-dev too
Browse files Browse the repository at this point in the history
  • Loading branch information
mbollmann committed Apr 21, 2024
1 parent 7de47b9 commit 893a46a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- python-dev
paths:
- '.pre-commit-config.yaml'
- '.codecov.yml'
Expand Down

0 comments on commit 893a46a

Please sign in to comment.