Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alain-kermis-sonarsource committed Jan 31, 2024
1 parent 73d38e7 commit 4d1e68e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- dev-*
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand All @@ -16,7 +17,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Cache SonarQube packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 4d1e68e

Please sign in to comment.