From b018ebbde96431157df89bd470a9272e32e24fbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 23 Sep 2020 22:46:26 +0200 Subject: [PATCH] :wrench: Triger benchmarks only on master --- .github/workflows/benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 6c56696f..9b90072e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: call the other repo + if: github.ref == 'refs/heads/master' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} EVENT: benchmark-event -- 2.43.0