diff --git a/.gitea/workflows/deploy-app-frontend.yaml b/.gitea/workflows/deploy-app-frontend.yaml index 2e87dca..4e4acb6 100644 --- a/.gitea/workflows/deploy-app-frontend.yaml +++ b/.gitea/workflows/deploy-app-frontend.yaml @@ -6,6 +6,7 @@ on: - main paths: - 'apps/frontend/**' + - 'packages/constants/**' - '.gitea/workflows/deploy-app-frontend.yaml' - 'docker-compose.yml' - 'package.json' diff --git a/.gitea/workflows/deploy-service-tg-bot.yaml b/.gitea/workflows/deploy-service-tg-bot.yaml index d20f30e..c19ae7f 100644 --- a/.gitea/workflows/deploy-service-tg-bot.yaml +++ b/.gitea/workflows/deploy-service-tg-bot.yaml @@ -6,6 +6,7 @@ on: - main paths: - 'services/tg-bot/**' + - 'packages/constants/**' - 'packages/couchdb-changes-stream/**' - '.gitea/workflows/deploy-service-tg-bot.yaml' - 'docker-compose.yml'