Skip to content

Commit 9653f7b

Browse files
authored
Add a new trigger to build push workflow (#554)
feat: Add a new trigger to build push workflow
1 parent dd2ef6e commit 9653f7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Build and deploy (docs)
22
on:
3+
repository_dispatch:
4+
types: [trigger-preview-build]
35
workflow_call:
46
inputs:
57
environment:

0 commit comments

Comments
 (0)