Skip to content

Commit 1629109

Browse files
committed
feat: fix pull_request.yml
1 parent 1da0966 commit 1629109

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
name: Pull Request Test
1010

1111
on:
12-
pull_request_target:
12+
pull_request:
13+
branches: [ "JDK17/Springboot3" ]
1314

1415
jobs:
1516
test:

0 commit comments

Comments
 (0)