Skip to content

Commit

Permalink
run tests and linting in all branches, but exclude pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Mar 4, 2024
1 parent 475b14b commit 7eb4c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: linting
# Triggers the workflow on push for all branches
on:
push:
branches:
- '*'
paths-ignore:
pyproject.toml

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: pytest and coverage report
# Triggers the workflow on push for all branches and PR only for main
on:
push:
branches:
- '*'
paths-ignore:
pyproject.toml
pull_request:
branches:
- main
Expand Down

0 comments on commit 7eb4c5b

Please sign in to comment.