From d93cdb6f85888b796bf4e54458a3e69663c101ee Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 5 Aug 2025 17:06:59 +0000 Subject: [PATCH] Actualizar .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6606580..2859ff4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,14 +1,6 @@ -name: CI Pipeline - -on: - push: - branches: - - main - jobs: build: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 - - name: Run tests - run: echo "Running tests... and its works!!" \ No newline at end of file + - name: Simple echo + run: echo "Hello world" \ No newline at end of file