Skip to content

Commit c043025

Browse files
authored
Merge pull request #47 from YakDriver/newdefault
Update default branch to main
2 parents 3f8a494 + 734ccea commit c043025

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0
16-
ref: master
16+
ref: main
1717
- name: Check commits since last release
1818
id: count-commits
1919
run: |
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v2
3838
with:
39-
ref: master
39+
ref: main
4040
- name: Bump version
4141
uses: actions/setup-python@v1
4242
with:

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cleanup: false
6060
upload_docs: false
6161
on:
62-
branch: master
62+
branch: main
6363
- provider: pypi
6464
distributions: sdist bdist_wheel
6565
username: __token__
@@ -69,7 +69,7 @@ jobs:
6969
on:
7070
tags: true
7171
- stage: deploy
72-
if: branch = master AND tag IS blank
72+
if: branch = main AND tag IS blank
7373
python: 3.6
7474
install: skip
7575
script:
@@ -89,5 +89,5 @@ jobs:
8989
token:
9090
secure: "Sm1sNSVGUFDb+bZjNvIiH65r28Y83q2invQop9qW2iSDQaEiOLQT7JKzeSUZJxjzq824aK2aU8se9f8wkKwlTaVGjou5tCRUncsPf8biFKgJSUKl0SEYCJ3Dzff8xi+Mk2bOOUo3VgnDTKdNtQ62dzJOrI2mLZ7dymSf8e5LBHjbSNzVPE+KOm7/8LERgyO7hGbuU8AYK2ixZI7Ltm2MYFu88KH2o31wQPflNmCqpIqNP8IrE1tW//IcLKrvArrC0N4nOD8/I8bvb2uLVsaolruC+P+ohlIuksfeqB4XXQxRuNHZDJU9QExrhY3gzZOGm5B8ucj71H56W/3DgD0RV9pT0BAWynHUhtSCCLI4MCaTVq2jAVkjgnpO1rzbauYoXHQenZZNoyJ+l6bHF2Uz9oC8IwtEe6EiJ1TwnFHMvWtG3PVm4d9xuirl1E+xKi4mYQ/WwnNmOcYEGxtLIeduV51bqZYi3CxADxv51+KOpDJMSv3+eQcnUgtGozNqCFzaL2Lnl1RYWQLTAHBBxXl91tprunsno5usMok8sGz5JJ7f/+U53gTZitzpXYS6qTyGcZbde6HOAH/vJzpoI32VbaLWfNrcTwFpVVehFYPW6hdUgmCTGehGCqWkRtMdJkyt3MhJ0PRco0lU0YQ77ZO/6Yqv+Rg8g0iJQYIr5QG3KeY="
9191
on:
92-
branch: master
92+
branch: main
9393
condition: '"$PRIOR_VERSION" != "$RELEASE_VERSION"'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a href="./LICENSE" alt="License">
33
<img src="https://img.shields.io/github/license/YakDriver/oschmod.svg" /></a>
44
<a href="http://travis-ci.org/YakDriver/oschmod" alt="Build status">
5-
<img src="https://travis-ci.org/YakDriver/oschmod.svg?branch=master" /></a>
5+
<img src="https://travis-ci.org/YakDriver/oschmod.svg?branch=main" /></a>
66
<a href="https://pypi.python.org/pypi/oschmod" alt="Python versions">
77
<img src="https://img.shields.io/pypi/pyversions/oschmod.svg" /></a>
88
<a href="https://pypi.python.org/pypi/oschmod" alt="Version">

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
trigger:
2-
- master
2+
- main
33

44
pool:
55
vmImage: 'windows-latest'

0 commit comments

Comments
 (0)