feat(cmp-share): direct-to-app share via ShareOptions.targetPackage (… #13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish trigger (consumer-library-ai-bridge epic AC #24) | |
| # Auto-trigger publish.yml when the dev branch receives a cmp-*/ change. | |
| # Delegates to mbl-actionhub's publish-on-development-push.yml@v1.8.0+ reusable workflow | |
| # for the debounce + dispatch logic. | |
| # | |
| # Authored 2026-05-30 (Phase 05 T7 of consumer-library-ai-bridge epic). | |
| on: | |
| push: | |
| branches: [dev] | |
| paths: | |
| - 'cmp-*/**' | |
| - 'libs.versions.toml' | |
| - 'gradle/libs.versions.toml' | |
| workflow_dispatch: | |
| jobs: | |
| trigger-publish: | |
| uses: MobileByteLabs/mbl-actionhub/.github/workflows/publish-on-development-push.yml@v1.8.0 | |
| with: | |
| publish_workflow_name: 'publish.yml' | |
| debounce_minutes: 30 | |
| target_ref: 'dev' |