Merge branch 'master' into develop

This commit is contained in:
NICE CODE BY DEV 2024-05-17 09:17:40 +08:00
commit 8215fa5e4f

View File

@ -20,6 +20,8 @@ build:
name: '${CI_PROJECT_NAME}_${CI_COMMIT_REF_NAME}_${CI_JOB_NAME}_${CI_PIPELINE_ID}'
paths:
- ./app/public/*
only:
- master
package:
tags:
@ -29,4 +31,6 @@ package:
- chmod +x ./deploy/package.sh && ./deploy/package.sh
dependencies:
- build
only:
- master