Skip to content

Commit 4bffe3d

Browse files
committed
ignore pre-commit changes in github workflows
1 parent fc2ce1f commit 4bffe3d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ on:
1111
- "**.rst"
1212
- ".github/workflows/*"
1313
- "!.github/workflows/docker.yml"
14+
- ".pre-commit-config.yaml"
1415
push:
1516
paths-ignore:
1617
- "docs/**"
1718
- "**.md"
1819
- "**.rst"
1920
- ".github/workflows/*"
2021
- "!.github/workflows/docker.yml"
22+
- ".pre-commit-config.yaml"
2123
branches-ignore:
2224
- "dependabot/**"
2325
- "pre-commit-ci-update-config"

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ on:
1111
- "**.rst"
1212
- ".github/workflows/*"
1313
- "!.github/workflows/release.yml"
14+
- ".pre-commit-config.yaml"
1415
push:
1516
paths-ignore:
1617
- "docs/**"
1718
- "**.md"
1819
- "**.rst"
1920
- ".github/workflows/*"
2021
- "!.github/workflows/release.yml"
22+
- ".pre-commit-config.yaml"
2123
branches-ignore:
2224
- "dependabot/**"
2325
- "pre-commit-ci-update-config"

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ on:
1111
- "**.rst"
1212
- ".github/workflows/*"
1313
- "!.github/workflows/test.yml"
14+
- ".pre-commit-config.yaml"
1415
push:
1516
paths-ignore:
1617
- "docs/**"
1718
- "**.md"
1819
- "**.rst"
1920
- ".github/workflows/*"
2021
- "!.github/workflows/test.yml"
22+
- ".pre-commit-config.yaml"
2123
branches-ignore:
2224
- "dependabot/**"
2325
- "pre-commit-ci-update-config"

0 commit comments

Comments
 (0)