Skip to content

Commit

Permalink
Check Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Apr 29, 2024
1 parent 62bb717 commit 40f113d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@ name: CI
on:
push:
branches:
- 3.1.x
- gh-40566
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
ci:
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
runs-on: ${{ matrix.os.id }}
if: ${{ github.repository == 'spring-projects/spring-boot' }}
strategy:
matrix:
os:
- id: ubuntu22-8-32
name: Linux
- id: windows-latest
name: Windows
java:
Expand Down

0 comments on commit 40f113d

Please sign in to comment.