Skip to content
Snippets Groups Projects
Commit 475592b5 authored by Nicolas Descostes's avatar Nicolas Descostes
Browse files

add if: '$CI_COMMIT_BRANCH == "main"'

parent 02edafc6
No related branches found
No related tags found
No related merge requests found
Pipeline #31950 failed
......@@ -6,6 +6,8 @@ stages:
.template:
stage: buildPushImage
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
tags:
- docker7
image:
......
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