Skip to content

Commit

Permalink
adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Dec 3, 2024
1 parent 1597baf commit 2f0898f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .blueprint/github-build-matrix/support/git-changes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}/**'),
Expand Down

0 comments on commit 2f0898f

Please sign in to comment.