ci: add workflow_dispatch trigger (enables manual Run Workflow button in Actions UI)
ci / test (push) Failing after 2m44s
ci / postgres-readiness (push) Failing after 4s
ci / build-image (push) Has been skipped

This commit is contained in:
Codex
2026-08-10 13:07:36 +00:00
parent 210106eaa0
commit e73786985d
+1
View File
@@ -4,6 +4,7 @@ on:
push:
branches: ["main", "master", "sales"]
pull_request:
workflow_dispatch:
jobs:
test: