infrastructure/.gitea/gitea-ci.yaml
Bensuperpc 2df1d52ffb
Add gitea runner
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-05-12 14:45:04 +02:00

15 lines
291 B
YAML

name: Build And Test
run-name: ${{ gitea.actor }} is runs ci pipeline
# on: [ push, pull_request ]
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