💚 Trigger website rebuild (#3408)

Signed-off-by: Alexandre Franke <alexandre.franke@gmail.com>
pull/977/head
Alexandre Franke 3 years ago committed by GitHub
parent 845e4c87db
commit 08b67761f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: |

Loading…
Cancel
Save