mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2025-10-21 20:00:35 +00:00
fix: indentation
This commit is contained in:
parent
f1e8994eb8
commit
cbe2b7f6de
5
.github/workflows/typst.yml
vendored
5
.github/workflows/typst.yml
vendored
@ -1,10 +1,9 @@
|
|||||||
name: Build Typst document
|
name: Build Typst document
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push: main
|
|
||||||
pull_request: main
|
|
||||||
jobs:
|
jobs:
|
||||||
typst-build:
|
typst-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build Typst
|
- name: Build Typst
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user