We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340d6d3 commit 8725b93Copy full SHA for 8725b93
.github/workflows/pr-build.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
branches:
5
- main
6
- pull_request_target:
+ pull_request:
7
8
9
@@ -15,8 +15,6 @@ jobs:
15
- name: Check out code
16
uses: actions/checkout@v4
17
with:
18
- ref: ${{github.event.pull_request.head.ref}}
19
- repository: ${{github.event.pull_request.head.repo.full_name}}
20
fetch-depth: 0
21
22
- name: Build with Gradle
.github/workflows/publish.yml
@@ -4,7 +4,6 @@ on:
release:
types:
- created
- workflow_dispatch:
jobs:
10
publish-artifacts:
0 commit comments