From a8656c902abf4c53c379e4a3fa258181fee02a30 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Fri, 24 Apr 2026 23:45:35 +0000 Subject: [PATCH] chore: agregar pipeline CI placeholder --- .gitea/workflows/ci.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..ed5e22b --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,15 @@ +name: ci + +on: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + build: + runs-on: [self-hosted] + steps: + - uses: actions/checkout@v3 + - name: Build + run: echo "Configurar pasos de build para tu proyecto"