Skip to content

Commit c242351

Browse files
committed
.github/workflows/01-make-dist.yml: after all use pull_request not pull_request_target so there is an attached PR to comment into [#1400]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent e75ff50 commit c242351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/01-make-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
branches: [ "master", "FTY", "fightwarn", "FTY-obs" ]
1212
tags:
1313
- v*
14-
pull_request_target:
14+
pull_request:
1515
# The branches below must be a subset of the branches above
1616
branches: [ "master", "FTY", "fightwarn", "FTY-obs" ]
1717
schedule:

0 commit comments

Comments
 (0)