Skip to content

Commit

Permalink
reademe
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh886 committed Apr 16, 2024
1 parent 037e85a commit 1fc2905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main # Set this to the branch you want to build from
paths:
- 'openphrasebank/**'

jobs:
build_and_push_to_docker_hub:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

Building your own phrasebank. ✨

![Documentation Status](https://readthedocs.org/projects/open-phrasebank/badge/?version=latest) ![PyPI - Version](https://img.shields.io/pypi/v/openphrasebank) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/liuh886/open-phrasebank/lint.yml) ![GitHub License](https://img.shields.io/github/license/liuh886/open-phrasebank) ![Docker Image Version](https://img.shields.io/docker/v/liuh886/open-phrasebank)

![Documentation Status](https://readthedocs.org/projects/open-phrasebank/badge/?version=latest) ![PyPI - Version](https://img.shields.io/pypi/v/openphrasebank) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/liuh886/open-phrasebank/lint.yml) ![GitHub License](https://img.shields.io/github/license/liuh886/open-phrasebank) ![Docker Pulls](https://img.shields.io/docker/pulls/liuh886/open-phrasebank)


This repository provides an accessible **phrase bank**, which is a collection of frequently used phrases that can be utilized, for example, in the auto-complete function of an IDE. (Note: This library does not provide IDE or auto-complete functions but offers ready-to-use phrasebanks)
Expand Down

0 comments on commit 1fc2905

Please sign in to comment.