diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index c7468d1..e2225b9 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -1,8 +1,6 @@ name: Publish to PyPI on: - push: - branches: main pull_request: branches: main types: closed diff --git a/README.md b/README.md index c7729eb..a3695e6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ - 📊 Operation history and logging - 🔍 **Dry-run mode** to preview actions before execution +## Demo 📽️ + +![Demo](./demo.gif) + ## Installation 📦 ### Requirements diff --git a/demo.gif b/demo.gif new file mode 100644 index 0000000..7f9cfa9 Binary files /dev/null and b/demo.gif differ