Skip to content

Commit

Permalink
Change: [GitHub] switch default branch to "main" (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain committed Jul 2, 2021
1 parent 7247622 commit e4acad1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Expand Up @@ -3,10 +3,10 @@ name: Testing
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
codeql:
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,10 +1,10 @@
# openttd-helpers

[![GitHub License](https://img.shields.io/github/license/OpenTTD/py-helpers)](https://github.com/OpenTTD/py-helpers/blob/master/LICENSE)
[![GitHub License](https://img.shields.io/github/license/OpenTTD/py-helpers)](https://github.com/OpenTTD/py-helpers/blob/main/LICENSE)
[![GitHub Tag](https://img.shields.io/github/v/tag/OpenTTD/py-helpers?include_prereleases&label=stable)](https://github.com/OpenTTD/py-helpers/releases)
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/OpenTTD/py-helpers/latest/master)](https://github.com/OpenTTD/py-helpers/commits/master)
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/OpenTTD/py-helpers/latest/main)](https://github.com/OpenTTD/py-helpers/commits/main)

[![GitHub Workflow Status (Testing)](https://img.shields.io/github/workflow/status/OpenTTD/py-helpers/Testing/master?label=master)](https://github.com/OpenTTD/py-helpers/actions?query=workflow%3ATesting)
[![GitHub Workflow Status (Testing)](https://img.shields.io/github/workflow/status/OpenTTD/py-helpers/Testing/main?label=main)](https://github.com/OpenTTD/py-helpers/actions?query=workflow%3ATesting)
[![GitHub Workflow Status (Release)](https://img.shields.io/github/workflow/status/OpenTTD/py-helpers/Release?label=release)](https://github.com/OpenTTD/py-helpers/actions?query=workflow%3A%22Release%22)

A repository full of small bits of Python code, commonly used in other
Expand Down

0 comments on commit e4acad1

Please sign in to comment.