mirror of https://github.com/gofiber/fiber.git
only run benchmark when golang files are changed
parent
283ef32196
commit
47e9c8fa6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue