Skip to content

Commit f4b01ab

Browse files
authored
Merge pull request #79 from asottile/all-repos_autofix_master-to-main
Update default branch to main
2 parents 50f8eba + 5cb92ee commit f4b01ab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: deploy
22
on:
33
pull_request:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
jobs:
88
build:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Build Status](https://dev.azure.com/asottile/asottile/_apis/build/status/asottile.pygments-pytest?branchName=master)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=47&branchName=master)
2-
[![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/asottile/asottile/47/master.svg)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=47&branchName=master)
1+
[![Build Status](https://dev.azure.com/asottile/asottile/_apis/build/status/asottile.pygments-pytest?branchName=main)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=47&branchName=main)
2+
[![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/asottile/asottile/47/main.svg)](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=47&branchName=main)
33
[![Build Status](https://github.com/asottile/pygments-pytest/workflows/deploy/badge.svg)](https://github.com/asottile/pygments-pytest/actions)
4-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/pygments-pytest/master.svg)](https://results.pre-commit.ci/latest/github/asottile/pygments-pytest/master)
4+
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/pygments-pytest/main.svg)](https://results.pre-commit.ci/latest/github/asottile/pygments-pytest/main)
55

66
pygments-pytest
77
===============

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
trigger:
22
branches:
3-
include: [master, test-me-*]
3+
include: [main, test-me-*]
44
tags:
55
include: ['*']
66

0 commit comments

Comments
 (0)