Update file .gitlab-ci.yml

This commit is contained in:
Thaís Ferreira 2025-01-13 14:38:17 +00:00
parent 5e50b4a7f1
commit 6d8f45375e

View File

@ -14,7 +14,7 @@ build:
only: only:
- main - main
tags: tags:
- cat-squid - runner_tars
check: check:
stage: check stage: check
@ -23,7 +23,7 @@ check:
only: only:
- main - main
tags: tags:
- cat-squid - runner_tars
publish: publish:
@ -34,7 +34,7 @@ publish:
only: only:
- main - main
tags: tags:
- cat-squid - runner_tars
deploy: deploy:
stage: deploy stage: deploy
@ -43,5 +43,5 @@ deploy:
only: only:
- main - main
tags: tags:
- cat-squid - runner_tars