Skip to content

Commit 47e9c8f

Browse files
committed
only run benchmark when golang files are changed
1 parent 283ef32 commit 47e9c8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/benchmark.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
branches:
44
- master
55
- main
6-
paths-ignore:
7-
- "**/*.md"
6+
paths:
7+
- "**.go"
88
pull_request:
9-
paths-ignore:
10-
- "**/*.md"
9+
paths:
10+
- "**.go"
1111

1212
permissions:
1313
# deployments permission to deploy GitHub pages website

0 commit comments

Comments
 (0)