diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2116e36..49513f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ on: push: branches: [ 'master', 'main' ] + tags: + - 'v*' concurrency: group: ${{ github.head_ref || github.run_id }} diff --git a/README.md b/README.md index a708a19..6bc0efb 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,3 @@ bumpversion patch # Push to github git push --tags origin master ``` - - -## Documentation - -Documentation is available at