diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 66eaece6bb..ea05c89e73 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,8 +1,8 @@ name: Benchmark Tests on: - release: - types: [published] + push: + branches: [ main ] jobs: benchmark-tests: