Skip to content
Snippets Groups Projects
Commit 219cbb50 authored by Éloïs's avatar Éloïs
Browse files

[ci] package:prod job & release job only in dev branch

parent 18667a44
No related branches found
No related tags found
1 merge request!94Publish dup crates
...@@ -215,6 +215,7 @@ package:prod:linux64: ...@@ -215,6 +215,7 @@ package:prod:linux64:
expire_in: 2 weeks expire_in: 2 weeks
only: only:
- tags - tags
- dev
when: manual when: manual
allow_failure: false allow_failure: false
...@@ -229,6 +230,7 @@ package:prod:armv7: ...@@ -229,6 +230,7 @@ package:prod:armv7:
expire_in: 2 weeks expire_in: 2 weeks
only: only:
- tags - tags
- dev
when: manual when: manual
allow_failure: false allow_failure: false
...@@ -243,6 +245,7 @@ package:prod:win64: ...@@ -243,6 +245,7 @@ package:prod:win64:
expire_in: 2 weeks expire_in: 2 weeks
only: only:
- tags - tags
- dev
when: manual when: manual
allow_failure: false allow_failure: false
...@@ -254,6 +257,7 @@ package:prod:win64: ...@@ -254,6 +257,7 @@ package:prod:win64:
- python3 .gitlab/releaser - python3 .gitlab/releaser
only: only:
- tags - tags
- dev
prerelease: prerelease:
<<: *release_jobs <<: *release_jobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment