Skip to content

Commit

Permalink
Add on push tags to github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SukiCZ committed Jan 25, 2024
1 parent 18ae36e commit 36e8061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:

push:
branches: [ 'master', 'main' ]
tags:
- 'v*'

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,3 @@ bumpversion patch
# Push to github
git push --tags origin master
```


## Documentation

Documentation is available at <https://bgg-api.readthedocs.io/en/latest/>

0 comments on commit 36e8061

Please sign in to comment.