Skip to content

Commit 37f4bee

Browse files
authored
ci: limit ClusterFuzzLite workflow to src/ and .clusterfuzzlite/ changes (hiero-ledger#2304)
Signed-off-by: Anshul Kushwaha <137977998+sudo-anshul@users.noreply.github.com>
1 parent 4be1199 commit 37f4bee

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/clusterfuzzlite.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@ name: ClusterFuzzLite
22

33
on:
44
pull_request:
5+
paths:
6+
- "src/**"
7+
- ".clusterfuzzlite/**"
8+
- "pyproject.toml"
9+
- "generate_proto.py"
510
push:
611
branches:
712
- main
13+
paths:
14+
- "src/**"
15+
- ".clusterfuzzlite/**"
16+
- "pyproject.toml"
17+
- "generate_proto.py"
818

919
permissions: read-all
1020

0 commit comments

Comments
 (0)