ci: keep main and develop artifacts
- Aug 31, 2020
-
-
Michelle Weidling authored
-
- Aug 28, 2020
-
-
Michelle Weidling authored
-
Michelle Weidling authored
#55
-
The build stage has been split into two jobs: build_test
for all branches except develop
and main
, and build_main_and_develop
for dealing with said branches.
The only difference is their expire_in
setting, which has been set to never
.
Furthermore, all occurrences of master
have been renamed to main
according to our new naming policy.