Skip to content

Commit 7836897

Browse files
fix: add workflow_dispatch trigger to sync-preview workflow (#1255)
Allows manual triggering of the sync-preview workflow from the GitHub Actions UI while retaining the automatic push-on-main trigger.
1 parent 530394b commit 7836897

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sync-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Sync Preview with Main
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67

0 commit comments

Comments
 (0)