Skip to content

Commit f4aea42

Browse files
committed
ci: don't run tests unless needed
1 parent a1de6a8 commit f4aea42

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ name: Test
55

66
on:
77
pull_request:
8+
paths-ignore:
9+
- "**.md"
10+
- "**.yml"
11+
- "**.yaml"
12+
- "!.github/workflows/test.yml"
813
push:
14+
paths-ignore:
15+
- "**.md"
16+
- "**.yml"
17+
- "**.yaml"
18+
- "!.github/workflows/test.yml"
19+
branches-ignore:
20+
- "dependabot/**"
21+
- "pre-commit-ci-update-config"
22+
tags: ["**"]
923
workflow_dispatch:
1024

1125
jobs:

0 commit comments

Comments
 (0)