We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d9cf1 commit 49ceab6Copy full SHA for 49ceab6
1 file changed
.github/workflows/build.yml
@@ -45,6 +45,7 @@ jobs:
45
run: ./gradlew build
46
47
- name: Attest Build Provenance
48
+ if: github.event_name != 'pull_request'
49
uses: actions/attest@v4
50
with:
51
subject-path: 'build/libs/*.jar'
0 commit comments