From 08b67761f9c8792cbcbdb647cf5d9e706f6a6e31 Mon Sep 17 00:00:00 2001 From: Alexandre Franke Date: Wed, 22 Sep 2021 12:22:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Trigger=20website=20rebuild=20(#?= =?UTF-8?q?3408)?= 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 4ecefbec..57cf1f8b 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: ${{ false && github.event_name == 'push' && github.ref == 'refs/head/main' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/head/main' }} steps: - name: "🪄 Triggering rebuild of matrix.org" run: |