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