Skip to content

Commit

Permalink
rename main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dippedrusk committed Aug 25, 2022
1 parent 18f8a45 commit 8239ef8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
run-linter:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
run-tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 8239ef8

Please sign in to comment.