ci: cleanup no longer needed .rst file type reference

This commit is contained in:
Erik Sundell
2023-04-15 11:45:44 +02:00
parent f219acd041
commit acd420765a
2 changed files with 0 additions and 4 deletions

View File

@@ -8,14 +8,12 @@ on:
paths-ignore: paths-ignore:
- "docs/**" - "docs/**"
- "**.md" - "**.md"
- "**.rst"
- ".github/workflows/*" - ".github/workflows/*"
- "!.github/workflows/integration-test.yaml" - "!.github/workflows/integration-test.yaml"
push: push:
paths-ignore: paths-ignore:
- "docs/**" - "docs/**"
- "**.md" - "**.md"
- "**.rst"
- ".github/workflows/*" - ".github/workflows/*"
- "!.github/workflows/integration-test.yaml" - "!.github/workflows/integration-test.yaml"
branches-ignore: branches-ignore:

View File

@@ -8,14 +8,12 @@ on:
paths-ignore: paths-ignore:
- "docs/**" - "docs/**"
- "**.md" - "**.md"
- "**.rst"
- ".github/workflows/*" - ".github/workflows/*"
- "!.github/workflows/unit-test.yaml" - "!.github/workflows/unit-test.yaml"
push: push:
paths-ignore: paths-ignore:
- "docs/**" - "docs/**"
- "**.md" - "**.md"
- "**.rst"
- ".github/workflows/*" - ".github/workflows/*"
- "!.github/workflows/unit-test.yaml" - "!.github/workflows/unit-test.yaml"
branches-ignore: branches-ignore: