Skip to content
Snippets Groups Projects
Commit d2881e1f authored by Nico's avatar Nico
Browse files

ci: don't build on tag

parent 6ba673f2
No related branches found
No related tags found
No related merge requests found
Pipeline #682 passed
......@@ -18,6 +18,8 @@ generate_date:
paths:
- build.date
expire_in: 1 day
except:
- tags
update:
stage: update
......@@ -27,6 +29,8 @@ update:
paths:
- gluon/
expire_in: 1 day
except:
- tags
.target:
stage: build
......@@ -170,3 +174,5 @@ package:
paths:
- gluon/output
expire_in: 7 days
except:
- tags
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