ci(deploy): gate redeploy behind manual workflow_dispatch
ci / lint-prettier (push) Successful in 8s
ci / lint-ruff (push) Successful in 4s
ci / lint-yaml (push) Successful in 7s
ci / lint-dockerfiles (push) Successful in 4s
ci / validate (push) Successful in 5s
ci / build (push) Successful in 2s
ci / deploy-userbot-panel (push) Has been skipped

removes automatic redeploy on push to main; deploy now runs only on
explicit manual trigger
This commit is contained in:
2026-09-06 20:55:40 +02:00
parent 9633fe3a10
commit fcc7b0d611
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -1,9 +1,6 @@
name: deploy name: deploy
on: on:
push:
branches:
- main
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
-3
View File
@@ -1,9 +1,6 @@
name: deploy name: deploy
on: on:
push:
branches:
- main
workflow_dispatch: workflow_dispatch:
concurrency: concurrency: