Try repo dispatch
All checks were successful
Python tests (make) / test (push) Successful in 11s

This commit is contained in:
2025-08-26 16:21:06 -04:00
parent 696ffef7a8
commit 49d8b87392

View File

@@ -3,7 +3,8 @@ name: Build & Push Package
on: on:
push: push:
branches: ["main"] branches: ["main"]
workflow_dispatch: {} repository_dispatch:
types: [manual-run]
jobs: jobs:
package-and-push: package-and-push: