Skip to content

Commit

Permalink
ci: Run Python lint when its workflow file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed Sep 18, 2024
1 parent 24b29d2 commit 3f1de72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
name: Python Lint
on:
push:
branches:
- main
paths:
- "python/**"
- "openapi.json"
- ".github/workflows/python-lint.yml"
pull_request:
paths:
- "python/**"
- "openapi.json"
- ".github/workflows/python-lint.yml"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f1de72

Please sign in to comment.