From ca0a0085d2b709c55dc8899dd422544521bce92d Mon Sep 17 00:00:00 2001 From: vgautam Date: Thu, 25 Aug 2022 08:55:41 +0200 Subject: [PATCH] rename main branch --- .github/workflows/lint.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e47fb86..0b9729d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: Lint on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: run-linter: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81af326..c74103d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Test on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: run-tests: diff --git a/README.md b/README.md index ab9d73a..7952b56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Syllabifier -[![Build Status](https://img.shields.io/github/workflow/status/vgautam/arpabet-syllabifier/Test/master)](https://coveralls.io/github/vgautam/arpabet-syllabifier?branch=master) [![Coverage Status](https://coveralls.io/repos/github/vgautam/arpabet-syllabifier/badge.svg?branch=master)](https://coveralls.io/github/vgautam/arpabet-syllabifier?branch=master) +[![Build Status](https://img.shields.io/github/workflow/status/vgautam/arpabet-syllabifier/Test/main)](https://coveralls.io/github/vgautam/arpabet-syllabifier?branch=main) [![Coverage Status](https://coveralls.io/repos/github/vgautam/arpabet-syllabifier/badge.svg?branch=main)](https://coveralls.io/github/vgautam/arpabet-syllabifier?branch=main) Syllabifier is a Python module to syllabify your English pronunciations. Currently only ARPABET syllabification is supported.