Skip to content

Commit

Permalink
Update CI to run on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
petrberan committed Feb 26, 2025
1 parent 8341a27 commit cf6859e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ name: Shrinkwrap Resolver build
on:
push:
branches:
- master
- main
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- 'NOTICE'
- 'README*'
pull_request:
branches:
- main
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
Expand All @@ -28,7 +30,7 @@ jobs:
# https://api.adoptium.net/v3/info/available_releases
# To list the available releases for a given "feature version" (example for 16):
# https://api.adoptium.net/v3/assets/latest/16/hotspot
java: [8, 11, 17]
java: [17, 21, 23]

name: Build with JDK ${{ matrix.java }}

Expand Down

0 comments on commit cf6859e

Please sign in to comment.