diff --git a/.github/workflows/lnt-benchmarks.yml b/.github/workflows/lnt-benchmarks.yml index f103878e88ea..c80ed0ad152f 100644 --- a/.github/workflows/lnt-benchmarks.yml +++ b/.github/workflows/lnt-benchmarks.yml @@ -1,6 +1,9 @@ name: LNT benchmarks on: + push: + branches: + - main pull_request: concurrency: @@ -13,7 +16,6 @@ jobs: uses: matter-labs/era-compiler-ci/.github/workflows/lnt.yml@aba-lnt-support secrets: inherit with: - compiler_tester_branch: "aba-lnt-support" compiler_llvm_branch: ${{ github.head_ref }} ccache-key: 'llvm-Linux-X64-gnu' - compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }} # required to properly test forks + compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }}