Skip to content

Commit

Permalink
Merge pull request #246 from osundwajeff/black-ci
Browse files Browse the repository at this point in the history
test glob pattern
  • Loading branch information
osundwajeff authored Sep 12, 2024
2 parents 65baee0 + dde9924 commit 155e85a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/black-python-code-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
paths:
- "**.py"
pull_request:
types:
- edited
Expand All @@ -14,8 +12,7 @@ on:
- synchronize
branches:
- main
paths:
- "**.py"
workflow_dispatch:

jobs:
lint:
Expand Down

0 comments on commit 155e85a

Please sign in to comment.