mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
💚 Fix branch ref
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
This commit is contained in:
parent
423d22ed23
commit
26d972a997
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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…
Reference in a new issue