Skip to content

Commit f8bb46d

Browse files
committed
Run deploy action on pull-request target only
1 parent d87720e commit f8bb46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-lnt.llvm.org.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- '.github/workflows/deploy-lnt.llvm.org.yaml'
77
- 'deployment/*'
8-
pull_request:
8+
pull_request_target:
99
paths:
1010
- '.github/workflows/deploy-lnt.llvm.org.yaml'
1111
- 'deployment/*'

0 commit comments

Comments
 (0)