Edit .gitlab-ci.yml

This commit is contained in:
hanif salafi 2025-09-23 08:25:08 +00:00
parent 8782ac0e99
commit 9f9a4cc5b8
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ stages:
build-dev:
stage: build
tags:
- shared-runner
when: on_success
only:
- main
@ -19,6 +21,8 @@ build-dev:
auto-deploy:
stage: deploy
tags:
- shared-runner
when: on_success
only:
- main