Skip to content

Commit 65d1f14

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature/futility-pruning
2 parents ef96475 + b437392 commit 65d1f14

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ name: Stockfish Benchmark
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
paths:
6+
# Only run benchmarks when engine code changes
7+
- 'moonfish/**'
8+
- 'opening_book/**'
9+
- 'pyproject.toml'
10+
- 'requirements.txt'
611

712
permissions:
813
contents: read

0 commit comments

Comments
 (0)