Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-05-12 16:46:00 +02:00
parent 6b5f489252
commit 0c27a361d3

15
.github/workflows/gitea-ci.yaml vendored Normal file
View File

@ -0,0 +1,15 @@
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