Skip to content
Snippets Groups Projects
Commit 378ada32 authored by Marco De Donno's avatar Marco De Donno
Browse files

Update the CICD to push and clean only on master and develop

parent f80d4f4d
No related branches found
No related tags found
No related merge requests found
Pipeline #1866 passed
...@@ -27,11 +27,17 @@ build: ...@@ -27,11 +27,17 @@ build:
push: push:
stage: push stage: push
only:
- master
- develop
script: script:
- make push - make push
clean: clean:
stage: clean stage: clean
only:
- master
- develop
script: script:
- make clean - make clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment