From 2f0898f9549486cc9ff9c3bbce8eee837097af46 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Tue, 3 Dec 2024 13:17:13 -0300 Subject: [PATCH] adjusts --- .blueprint/github-build-matrix/support/git-changes.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.blueprint/github-build-matrix/support/git-changes.ts b/.blueprint/github-build-matrix/support/git-changes.ts index 5e1e5a898b09..e6965357debd 100644 --- a/.blueprint/github-build-matrix/support/git-changes.ts +++ b/.blueprint/github-build-matrix/support/git-changes.ts @@ -24,9 +24,7 @@ export const getGitChanges = async (options: { allTrue?: boolean } = {}) => { hasPatternChanges('lib/**') || hasPatternChanges('generators/*') || hasPatternChanges('generators/{base*,bootstrap*,git,jdl,project-name}/**'), - ci: - hasPatternChanges('.github/{actions,workflows}/**') || - hasPatternChanges('test-integration/{,jdl}samples/**'), + ci: hasPatternChanges('.github/{actions,workflows}/**') || hasPatternChanges('test-integration/{,jdl}samples/**'), devBlueprint: hasPatternChanges('.blueprint/**'), devserverWorkflow: hasPatternChanges('.github/workflows/devserver.yml'), common: hasPatternChanges('generators/{app,common,docker,languages}/**'),