From 36e3292f033734ed7b4d232fd7b243685e26e55a Mon Sep 17 00:00:00 2001 From: Vasilii Mikhailovskii Date: Wed, 25 Dec 2024 11:22:24 +0200 Subject: [PATCH] add packages/constants/** to ci/cd --- .gitea/workflows/deploy-app-frontend.yaml | 1 + .gitea/workflows/deploy-service-tg-bot.yaml | 1 + 2 files changed, 2 insertions(+) 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'