mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 14:24:31 +00:00
feat: add wallet management features and enhance error handling; update tests and examples
This commit is contained in:
@@ -2,9 +2,9 @@ name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: ["**"]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: ["**"]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
@@ -2,7 +2,9 @@ name: Publish to PyPI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: ["**"]
|
||||
pull_request:
|
||||
branches: ["**"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user