.gitea/workflows/deploy.yml aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s

This commit is contained in:
Lars 2025-09-02 16:40:54 +02:00
parent c7608b8a39
commit 3ae7c7488d

View File

@ -1,7 +1,7 @@
# .gitea/workflows/deploy.yml
name: Deploy mindnet to llm-node
# on: { push: { branches: [ "main" ] } }
on: {}
on: { push: { branches: [ "main" ] } }
# on: {}
concurrency: { group: deploy-mindnet, cancel-in-progress: false }