[ci]: Quick codspeed.yml tweaks to enable comparisons with master (#30752)

* Only run codspeed logic when `libs/core` is changed (for now, we'll
want to add other benchmarks later
* Also run on `master` so that we can get a reference :)
This commit is contained in:
Sydney Runkle 2025-04-09 13:13:49 -04:00 committed by GitHub
parent d47d6ecbc3
commit 66758599a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,12 @@
name: CodSpeed
on:
push:
branches:
- master
pull_request:
paths:
- 'libs/core/**'
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch: