From 1d5d629e44708e409717cfe3a098f47a95902261 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Fri, 24 Apr 2026 23:45:39 +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"