From 498dd87c5d3fdd0b87648502fc90ace09a41938c Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Sat, 15 Jan 2022 21:38:28 +0100 Subject: [PATCH] Switch to main branch --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a39f58f..b336f2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ linuxPublishToSnapshot: - ./linuxBuild.sh - ./linuxBuildAndPublish.sh only: - - master + - main tags: - linuxX64 @@ -56,7 +56,7 @@ macPublishToSnapshot: - ./macBuild.sh - ./macBuildAndPublishSnapshot-bindings.sh only: - - master + - main tags: - macos @@ -78,6 +78,6 @@ windowsPublishToSnapshot: - $env:CHERE_INVOKING = 'yes' - C:\msys64\usr\bin\bash -lc "./windowsBuildAndPublish-delegated.sh" only: - - master + - main tags: - windowsX64