feat: add workflow_dispatch trigger to schema publishing workflow

This commit is contained in:
Eli Bosley
2025-11-10 12:05:46 -05:00
parent 7e13202aa1
commit 818e7ce997

View File

@@ -6,6 +6,7 @@ on:
- main
paths:
- 'api/generated-schema.graphql'
workflow_dispatch:
jobs:
publish-schema: