diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c061c613..5b6d8427 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -8,6 +8,15 @@ on: - "rfcs/**" - "*.md" - "prototyping/**" + push: + branches: + - master + paths-ignore: + - "docs/**" + - "papers/**" + - "rfcs/**" + - "*.md" + - "prototyping/**" jobs: benchmarks-run: @@ -71,3 +80,8 @@ jobs: comment-on-alert: true comment-always: true github-token: ${{ secrets.BENCH_GITHUB_TOKEN }} + + - name: Push benchmark results + if: !!github.event.push + run: | + echo "Pushing benchmark results..."