From b5abe8d9d5a509dd96bf4557e398d60a9a8c63b1 Mon Sep 17 00:00:00 2001 From: Paul Montgomery Date: Tue, 8 Feb 2022 14:31:10 -0800 Subject: [PATCH] default branch rename (#483) --- .github/workflows/nodejs.yml | 2 +- README.md | 2 +- azure-pipelines.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7f2df890d..665d3a697 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -3,7 +3,7 @@ name: Node CI on: pull_request: branches: - - master + - main - dev jobs: diff --git a/README.md b/README.md index 27d5a2a55..22b574814 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Azure IoT Explorer (preview) -CI Pipeline [![Build Status](https://dev.azure.com/azure/azure-iot-explorer/_apis/build/status/Azure%20IoT%20Explorer%20CI%20Pipeline?branchName=master)](https://dev.azure.com/azure/azure-iot-explorer/_build/latest?definitionId=31&branchName=master) +CI Pipeline [![Build Status](https://dev.azure.com/azure/azure-iot-explorer/_apis/build/status/Azure%20IoT%20Explorer%20CI%20Pipeline?branchName=main)](https://dev.azure.com/azure/azure-iot-explorer/_build/latest?definitionId=31&branchName=main) Release Pipeline [![Build Status](https://msazure.visualstudio.com/One/_apis/build/status/Custom/Azure_IOT/Portal/Azure.azure-iot-explorer?branchName=features%2FRBAC)](https://msazure.visualstudio.com/One/_build/latest?definitionId=118522&branchName=features%2FRBAC) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d87b99827..d97386542 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ trigger: -- master +- main jobs: - job: Build_and_Test