diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1937452..0097ca6 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -3,8 +3,6 @@ name: linting # Triggers the workflow on push for all branches on: push: - branches: - - '*' paths-ignore: pyproject.toml diff --git a/.github/workflows/testing_coverage.yml b/.github/workflows/testing_coverage.yml index e22efcb..90e0b77 100644 --- a/.github/workflows/testing_coverage.yml +++ b/.github/workflows/testing_coverage.yml @@ -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