1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-03-28 06:10:06 +01:00

Run benchmarks in CI when they are changed

This commit is contained in:
joncrall 2022-04-25 14:11:11 -04:00
parent e8fc9e1190
commit 2c9e70f965
No known key found for this signature in database
GPG Key ID: BE04D092BDD81C0D

View File

@ -4,6 +4,10 @@ on:
push:
branches:
- main
pull_request:
paths:
- ".github/workflows/benchmark.yml"
- "tests/benchmark.py"
jobs:
build: