.semaphore/semaphore.yml in renuo-cli-3.1.1 vs .semaphore/semaphore.yml in renuo-cli-3.1.2

- old
+ new

@@ -7,11 +7,11 @@ auto_cancel: running: when: "true" fail_fast: cancel: - when: "branch != 'master'" + when: "branch != 'main'" blocks: - name: tests execution_time_limit: minutes: 5 @@ -28,7 +28,7 @@ jobs: - name: tests commands: - bin/check promotions: - - name: master - pipeline_file: master-deploy.yml + - name: main + pipeline_file: main-deploy.yml