Enhance GitHub workflows: add production deployment configuration and target 'canary' branch for pull requests.

This commit is contained in:
Mauricio Siu
2025-11-28 01:46:41 -06:00
parent c697f54b53
commit b56d2b6d8c
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ on:
workflows: [Build Preview Deployment]
types:
- completed
pull_request:
branches:
- canary
permissions:
actions: read