💚 Fix branch ref
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org>
This commit is contained in:
parent
423d22ed23
commit
26d972a997
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue