diff options
-rw-r--r-- | .gitlab-ci.yml | 5 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 350b74e..2f6d473 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,10 @@ lint: deploy_to_pypi: stage: deploy only: - - master + refs: + - master + changes: + - pyproject.toml before_script: - pip install poetry - poetry install --no-root @@ -1,5 +1,9 @@ # Subscleaner +<p align="center"> + <img src="https://gitlab.com/uploads/-/system/project/avatar/55502917/logo_1_.png" alt="subscleaner"/> +</p> + Subscleaner is a Python script that removes advertisements from subtitle files. It's designed to help you enjoy your favorite shows and movies without the distraction of unwanted ads in the subtitles. ## Features |