Skip to content

Commit

Permalink
ci: update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Kigstn committed Jul 13, 2024
1 parent 350d4ff commit 1a9e9f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ruff_formating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- master
- dev
paths:
- bungio/**/*.py
- src/**/*.py
- tests/**/*.py
pull_request:
branches:
- master
- dev
paths:
- bungio/**/*.py
- src/**/*.py
- tests/**/*.py

jobs:
ruff:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ruff_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
- master
- dev
paths:
- bungio/**/*.py
- src/**/*.py
- tests/**/*.py
pull_request:
branches:
- master
- dev
paths:
- bungio/**/*.py
- src/**/*.py
- tests/**/*.py

jobs:
ruff:
Expand Down

0 comments on commit 1a9e9f9

Please sign in to comment.