Skip to content

Commit

Permalink
workflows: run everytime as path can be overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 24, 2024
1 parent 818cb69 commit cd899ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ on:
push:
branches:
- develop
paths:
- '**/*.py'
pull_request:
branches:
- main
- develop
paths:
- '**/*.py'

jobs:
test:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ on:
push:
branches:
- develop
paths:
- '**/*.py'
pull_request:
branches:
- main
- develop
paths:
- '**/*.py'

jobs:
lint:
Expand Down

0 comments on commit cd899ef

Please sign in to comment.