We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58c8f8a + b437392 commit 8e565c6Copy full SHA for 8e565c6
1 file changed
.github/workflows/benchmark.yml
@@ -2,7 +2,12 @@ name: Stockfish Benchmark
2
3
on:
4
pull_request:
5
- branches: [ master ]
+ paths:
6
+ # Only run benchmarks when engine code changes
7
+ - 'moonfish/**'
8
+ - 'opening_book/**'
9
+ - 'pyproject.toml'
10
+ - 'requirements.txt'
11
12
permissions:
13
contents: read
0 commit comments