💚 Fix branch ref

Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
pull/977/head
Alexandre Franke 3 years ago
parent 423d22ed23
commit 26d972a997

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

Loading…
Cancel
Save