mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-21 09:53:36 +02:00
15
.github/workflows/gitea-ci.yaml
vendored
Normal file
15
.github/workflows/gitea-ci.yaml
vendored
Normal 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
|
Reference in New Issue
Block a user