fix: correct workflow trigger syntax in build preview deployment

- Updated the workflow trigger from 'n' to 'on' for proper event handling.
- Ensured the workflow correctly responds to pull request events.
This commit is contained in:
Mauricio Siu 2025-03-16 11:39:17 -06:00
parent b5ae891d5d
commit e5ac8f96ba

View File

@ -1,6 +1,6 @@
name: Build Preview Deployment
n:
on:
pull_request:
types: [opened, synchronize]