👷 changes src/**/**

This commit is contained in:
徐晓伟 2024-02-23 14:19:23 +08:00
parent 0046c71679
commit 520e95861e
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ build:java:
- .m2/repository
rules:
- changes:
- src
- src/**/**
- .gitlab-ci.yml
- .springjavaformatconfig
- Dockerfile
@ -84,7 +84,7 @@ build:docker:
--destination "${DOCKER_USERNAME}/${ARTIFACT_ID}:${VERSION}-${CI_PIPELINE_ID}"
rules:
- changes:
- src
- src/**/**
- .gitlab-ci.yml
- .springjavaformatconfig
- Dockerfile