From fb8bd94c64417d51228fcecd49b3d144a2c3804e Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 5 Jun 2026 12:40:10 +0200 Subject: [PATCH] Delete directory '.gitea/workflows' Borrando workflow --- .gitea/workflows/build.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml deleted file mode 100644 index 52a04d6..0000000 --- a/.gitea/workflows/build.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Build PY-GREX - -on: - push: - branches: - - master - - main - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Build Docker image - run: docker build -t pygrex . \ No newline at end of file