diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index a6c829c..0739f9b 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -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: diff --git a/README.md b/README.md index 831077c..0f1d69d 100644 --- a/README.md +++ b/README.md @@ -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)