Skip to content

Commit

Permalink
default branch rename (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
montgomp authored Feb 8, 2022
1 parent b4bbbb5 commit b5abe8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Node CI
on:
pull_request:
branches:
- master
- main
- dev

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
trigger:
- master
- main

jobs:
- job: Build_and_Test
Expand Down

0 comments on commit b5abe8d

Please sign in to comment.