From 26d972a997ddbbf7ef79f0c4c3fe3e26d0dd8719 Mon Sep 17 00:00:00 2001 From: Alexandre Franke Date: Tue, 28 Sep 2021 10:51:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20branch=20ref?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexandre Franke --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57cf1f8b..d4468e8a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: name: "👷 Rebuild matrix.org" needs: build-openapi runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' && github.ref == 'refs/head/main' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} steps: - name: "🪄 Triggering rebuild of matrix.org" run: |