infrastructure/.gitea/gitea-ci.yaml
Bensuperpc 112df38652
Update gitea
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-05-12 16:06:25 +02:00

15 lines
275 B
YAML

name: Build And Test
run-name: ${{ gitea.actor }} is runs ci pipeline
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: ls
publish:
runs-on: cth-ubuntu-latest
needs: build
if: gitea.ref == 'refs/heads/main'
steps:
- run: ls