From 77f0b76630bc9274896f7d3139902b3356304717 Mon Sep 17 00:00:00 2001
From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
Date: Fri, 10 Nov 2023 21:00:19 +0100
Subject: [PATCH] Refine default CI triggers (#35617)

---
 .github/file-paths.yaml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/file-paths.yaml b/.github/file-paths.yaml
index 174819e7b1c..42df57ff5d5 100644
--- a/.github/file-paths.yaml
+++ b/.github/file-paths.yaml
@@ -1,9 +1,6 @@
 default: &default
   - "locales/**"
-  - "bin/**"
-
-ci: &ci
-  - ".github/**/!(*.md|team.json)"
+  - "bin/**/!(*.md)"
 
 shared_sources: &shared_sources
   - "shared/src/**"
-- 
GitLab