Skip to content

Commit 7eb4c5b

Browse files
committed
run tests and linting in all branches, but exclude pyproject.toml
1 parent 475b14b commit 7eb4c5b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/linting.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: linting
33
# Triggers the workflow on push for all branches
44
on:
55
push:
6-
branches:
7-
- '*'
86
paths-ignore:
97
pyproject.toml
108

.github/workflows/testing_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: pytest and coverage report
33
# Triggers the workflow on push for all branches and PR only for main
44
on:
55
push:
6-
branches:
7-
- '*'
6+
paths-ignore:
7+
pyproject.toml
88
pull_request:
99
branches:
1010
- main

0 commit comments

Comments
 (0)