Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ci: do not triggers some gh actions for pre-commit-ci-update-config branch #186

Merged
merged 10 commits into from
Jul 28, 2021
5 changes: 4 additions & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Check docs"
on:
- pull_request
pull_request:
branches: [ master ]
paths-ignore:
- '.pre-commit-config.yaml'

jobs:
docs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
paths-ignore:
- '.pre-commit-config.yaml'

jobs:
coverage:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
paths-ignore:
- '.pre-commit-config.yaml'

jobs:
build:
Expand Down