diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6330f79dd1a7cb1bfe9a7a1178114e458c5be7ff..24ada48e63446d2992d6b3bb9288f1cf26c9de31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,16 +114,16 @@ variables: .staging: only: - - master@ghsc/geomag/geomag-plots - - tags@ghsc/geomag/geomag-plots + - master@ghsc/geomag/geomag-algorithms + - tags@ghsc/geomag/geomag-algorithms .production: except: - ^.*beta.*$ - ^.*-rc.*$ only: - - tags@ghsc/geomag/geomag-plots - - production@ghsc/geomag/geomag-plots + - tags@ghsc/geomag/geomag-algorithms + - production@ghsc/geomag/geomag-algorithms when: manual