Skip to content

Commit 8725b93

Browse files
ci: change targets
1 parent 340d6d3 commit 8725b93

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- main
6-
pull_request_target:
6+
pull_request:
77
branches:
88
- main
99

@@ -15,8 +15,6 @@ jobs:
1515
- name: Check out code
1616
uses: actions/checkout@v4
1717
with:
18-
ref: ${{github.event.pull_request.head.ref}}
19-
repository: ${{github.event.pull_request.head.repo.full_name}}
2018
fetch-depth: 0
2119

2220
- name: Build with Gradle

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
release:
55
types:
66
- created
7-
workflow_dispatch:
87

98
jobs:
109
publish-artifacts:

0 commit comments

Comments
 (0)