From 727a4e7ef0e58b47f052b0b61987f8c49d8ea0aa Mon Sep 17 00:00:00 2001 From: Luciano Giacchetta Date: Tue, 10 Jun 2025 19:03:39 -0300 Subject: [PATCH] #1 - Remover step push en workflow --- .gitea/workflows/builder.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/builder.yaml b/.gitea/workflows/builder.yaml index 13687c4..5ea98db 100644 --- a/.gitea/workflows/builder.yaml +++ b/.gitea/workflows/builder.yaml @@ -22,5 +22,4 @@ jobs: uses: actions/checkout@v4 - name: Make Build run: make build - - name: Make Push - run: make push \ No newline at end of file + \ No newline at end of file