File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: deploy
2
2
on :
3
3
pull_request :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
7
7
jobs :
8
8
build :
Original file line number Diff line number Diff line change 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 )
3
3
[ ![ 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 )
5
5
6
6
pygments-pytest
7
7
===============
Original file line number Diff line number Diff line change 1
1
trigger :
2
2
branches :
3
- include : [master , test-me-*]
3
+ include : [main , test-me-*]
4
4
tags :
5
5
include : ['*']
6
6
You can’t perform that action at this time.
0 commit comments