From ab28c9379eadb150b452d62f2e1242854af99775 Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Tue, 5 Jul 2022 16:24:39 -0400 Subject: [PATCH] revert --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fe891d2..d475e062 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ download_artifacts: script: - ./Scripts/download_dependencies.sh only: + - branches - develop tags: - bash_shell @@ -30,6 +31,7 @@ build_project: script: - ./Scripts/build_aggregate.sh only: + - branches - develop tags: - xcode_12_2 @@ -39,6 +41,7 @@ deploy_snapshot: script: - cd Scripts && ./upload_core_ui_frameworks.sh only: + - branches - develop tags: - bash_shell