mirror of
https://github.com/analogdevicesinc/linux.git
synced 2026-05-30 00:55:04 +08:00
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:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
isMain: $[eq(variables['Build.SourceBranch'], 'refs/heads/master')]
|
||||
isMain: $[eq(variables['Build.SourceBranch'], 'refs/heads/main')]
|
||||
|
||||
trigger:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user