Skip to content

Commit 6fc37e1

Browse files
ci: run validation for release config changes
1 parent d63385d commit 6fc37e1

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,29 @@ on:
88
branches:
99
- main
1010
paths:
11-
- ".github/workflows/ci.yml"
11+
- ".github/workflows/**"
1212
- ".tessl-plugin/**"
13+
- ".release-please-manifest.json"
14+
- "CHANGELOG.md"
15+
- "commitlint.config.cjs"
1316
- "evals/**"
1417
- "evals-reference/**"
18+
- "release-please-config.json"
1519
- "scripts/**"
1620
- "skills/**"
1721
- "tessl.json"
1822
push:
1923
branches:
2024
- main
2125
paths:
22-
- ".github/workflows/ci.yml"
26+
- ".github/workflows/**"
2327
- ".tessl-plugin/**"
28+
- ".release-please-manifest.json"
29+
- "CHANGELOG.md"
30+
- "commitlint.config.cjs"
2431
- "evals/**"
2532
- "evals-reference/**"
33+
- "release-please-config.json"
2634
- "scripts/**"
2735
- "skills/**"
2836
- "tessl.json"

0 commit comments

Comments
 (0)