1 parent d63385d commit 6fc37e1Copy full SHA for 6fc37e1
1 file changed
.github/workflows/ci.yml
@@ -8,21 +8,29 @@ on:
8
branches:
9
- main
10
paths:
11
- - ".github/workflows/ci.yml"
+ - ".github/workflows/**"
12
- ".tessl-plugin/**"
13
+ - ".release-please-manifest.json"
14
+ - "CHANGELOG.md"
15
+ - "commitlint.config.cjs"
16
- "evals/**"
17
- "evals-reference/**"
18
+ - "release-please-config.json"
19
- "scripts/**"
20
- "skills/**"
21
- "tessl.json"
22
push:
23
24
25
26
27
28
29
30
31
32
33
34
35
36
0 commit comments