Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 20b10dc

Browse files
feat: Change job trigger to pull_request_target (#596)
Signed-off-by: Richard Kocian <[email protected]>
1 parent 316bb6b commit 20b10dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Java CI with Gradle
66
on:
77
push:
88
branches: [ main ]
9-
pull_request:
9+
pull_request_target:
1010
branches: [ main ]
1111

1212
jobs:

0 commit comments

Comments
 (0)