only run benchmark when golang files are changed

pull/3334/head
René 2025-02-27 08:45:47 +01:00
parent 283ef32196
commit 47e9c8fa6d
1 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ on:
branches:
- master
- main
paths-ignore:
- "**/*.md"
paths:
- "**.go"
pull_request:
paths-ignore:
- "**/*.md"
paths:
- "**.go"
permissions:
# deployments permission to deploy GitHub pages website