Skip to content

Commit

Permalink
Fix Python CI config by adding missing paths:
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman committed Aug 18, 2024
1 parent e18b4a8 commit e089e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ on:

pull_request:
branches: [ main ]
paths:
# Python source files
- '**/*.py'
# Python config files
Expand Down

0 comments on commit e089e30

Please sign in to comment.