Skip to content

Commit

Permalink
Create hotfix branch for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ge0rg3 committed Nov 22, 2023
1 parent 2ed027e commit 4e2dff3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ name: Upload Python Package
on:
release:
types: [ published ]
push:
branches:
- hotfix

jobs:
deploy:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,5 @@ Many thanks to all those who have made contributions to the project:
* [iml1111](https://github.com/iml1111): Implement regex validation
* [borisowww](https://github.com/borisowww): Fix file handling bugs
* [Charlie-Mindified](https://github.com/Charlie-Mindified): Fix JSON handling bug
* [dkassen](https://github.com/dkassen): Helped to resolve broken list parsing logic

0 comments on commit 4e2dff3

Please sign in to comment.