.gitea/workflows/deploy.yml aktualisiert
This commit is contained in:
parent
1d45559ecd
commit
f464f62406
|
|
@ -1,6 +1,8 @@
|
|||
# .gitea/workflows/deploy.yml
|
||||
name: Deploy mindnet to llm-node
|
||||
on: { push: { branches: [ "main" ] } }
|
||||
# on: { push: { branches: [ "main" ] } }
|
||||
on: {}
|
||||
|
||||
concurrency: { group: deploy-mindnet, cancel-in-progress: false }
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user