Switch to main branch

This commit is contained in:
Ugljesa Jovanovic 2022-01-15 21:38:28 +01:00
parent 2aaf0cc79f
commit 498dd87c5d
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -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