Skip to content

Commit 026607e

Browse files
committed
Run covertiy on PRs and set java distribution
1 parent 46403dd commit 026607e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/coverity.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- main
6+
pull_request:
7+
branches:
8+
- main
69
workflow_dispatch:
710

811
permissions: read-all
@@ -19,6 +22,7 @@ jobs:
1922
- uses: actions/checkout@v4
2023
- uses: actions/setup-java@v4
2124
with:
25+
distribution: zulu
2226
java-version: 11
2327

2428
- name: URL encode project name

0 commit comments

Comments
 (0)