fix(deploy): trigger workflow on all data/sql/** changes, not only .sql (#320)
All checks were successful
Deploy / build-backend (push) Successful in 25s
Deploy / build-worker (push) Successful in 26s
Deploy / build-frontend (push) Successful in 24s
Deploy / changes (push) Successful in 4s
Deploy / deploy (push) Successful in 37s

This commit is contained in:
lekss361 2026-05-17 18:51:28 +00:00
parent bb9a003080
commit d1b721a3be

View file

@ -13,7 +13,7 @@ on:
- "docker-compose.prod.yml" - "docker-compose.prod.yml"
- "Caddyfile" - "Caddyfile"
- ".forgejo/workflows/deploy.yml" - ".forgejo/workflows/deploy.yml"
- "data/sql/*.sql" - "data/sql/**"
workflow_dispatch: workflow_dispatch:
concurrency: concurrency: