diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 523e17ff88..a1cb452f1d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,6 +1,8 @@ name: Benchmark Tests -on: workflow_dispatch +on: + release: + types: [published] jobs: node-tests: