Skip to content

feat(cmp-observe): scope to Google/Firebase only — drop Supabase back… #5

feat(cmp-observe): scope to Google/Firebase only — drop Supabase back…

feat(cmp-observe): scope to Google/Firebase only — drop Supabase back… #5

Workflow file for this run

name: Publish trigger (consumer-library-ai-bridge epic AC #24)
# Auto-trigger publish.yml when development 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: [development]
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

Check failure on line 20 in .github/workflows/publish-trigger.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-trigger.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish-trigger.yml" -> "MobileByteLabs/mbl-actionhub/.github/workflows/publish-on-development-push.yml@v1.8.0" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
publish_workflow_name: 'publish.yml'
debounce_minutes: 30
target_ref: 'development'