Delete directory '.gitea/workflows'

Borrando workflow
This commit is contained in:
2026-06-05 12:40:10 +02:00
parent d804607e7e
commit fb8bd94c64
-18
View File
@@ -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 .