We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3004f87 commit 5994537Copy full SHA for 5994537
1 file changed
.github/workflows/benchmark.yml
@@ -2,6 +2,14 @@ name: A-B Performance Benchmark
2
3
on:
4
workflow_dispatch:
5
+ pull_request:
6
+ paths:
7
+ - '.github/workflows/benchmark.yml'
8
+ - 'benchmark/**'
9
+ - 'build.gradle.kts'
10
+ - 'common/src/main/java/com/loohp/interactionvisualizer/entities/DroppedItemDisplay.java'
11
+ - 'common/src/main/java/com/loohp/interactionvisualizer/entities/DroppedItemSpatialIndex.java'
12
+ - 'common/src/main/java/com/loohp/interactionvisualizer/entities/VisibilityTokenBucket.java'
13
14
permissions:
15
contents: read
0 commit comments