mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-21 18:03:34 +02:00
15
.github/workflows/gitea-ci.yaml
vendored
15
.github/workflows/gitea-ci.yaml
vendored
@ -1,15 +0,0 @@
|
||||
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