Skip to content

Commit 6cdbc92

Browse files
committed
removed pr target trigger
1 parent 330d345 commit 6cdbc92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build
22

33
on:
44
workflow_dispatch:
5+
pull_request_target:
6+
branches:
7+
- 'preview/**'
8+
- 'release/**'
59
push:
610
branches:
711
- '**'

0 commit comments

Comments
 (0)