We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475b14b commit 7eb4c5bCopy full SHA for 7eb4c5b
.github/workflows/linting.yml
@@ -3,8 +3,6 @@ name: linting
3
# Triggers the workflow on push for all branches
4
on:
5
push:
6
- branches:
7
- - '*'
8
paths-ignore:
9
pyproject.toml
10
.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
+ paths-ignore:
+ pyproject.toml
pull_request:
branches:
- main
0 commit comments