ci: update 'master' to 'main'

- Update the help and examples from upload_to_artifactory.py script
to use 'main' for uploading to artifactory server.
- Update the default branch from which to cherry-picks commits to
rpi specific branches.
- Update lib.sh script to use 'main' as libiio default branch.

Signed-off-by: Stefan Raus <Stefan.Raus@analog.com>
This commit is contained in:
Stefan Raus
2023-11-06 15:54:58 +00:00
committed by Stefan Raus
parent 6bb2ef19ea
commit 8d3d007d6f
4 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
variables:
isMain: $[eq(variables['Build.SourceBranch'], 'refs/heads/master')]
isMain: $[eq(variables['Build.SourceBranch'], 'refs/heads/main')]
trigger:
- main