From 6f10d182a0ecbc8d70fc66b6b1aa5998ff051aed Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Sun, 27 Aug 2023 16:55:04 +0200 Subject: [PATCH] Watch binfiles --- .github/workflows/trigger_sync_configs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trigger_sync_configs.yml b/.github/workflows/trigger_sync_configs.yml index 52b0f6f..8bd5bff 100644 --- a/.github/workflows/trigger_sync_configs.yml +++ b/.github/workflows/trigger_sync_configs.yml @@ -9,6 +9,7 @@ on: - templates/** - workflows/** - projects + - bin/** branches: - main