Skip to content

Commit 1ccb518

Browse files
authored
ci: switch test-link trigger from pull_request_target to pull_request (#265)
1 parent c912733 commit 1ccb518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update PR Description
22

33
on:
4-
pull_request_target: # use this trigger to run on external pull requests too
4+
pull_request:
55
types: [opened, synchronize]
66

77
jobs:

0 commit comments

Comments
 (0)