Skip to content

Commit

Permalink
limiting lint-job
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Nov 20, 2023
1 parent 1d1a8fc commit c3bac59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
branches: [latest]
paths:
- '**.py'
- '.github/workflows/lint.yml'
pull_request:
branches: [latest]
paths:
- '**.py'
- '.github/workflows/lint.yml'

jobs:
build:
Expand Down

0 comments on commit c3bac59

Please sign in to comment.