Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
twenzel authored Oct 1, 2024
1 parent 9b3a6c3 commit a167606
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]

release:
types: [published,edited]

jobs:
build:

runs-on: windows-latest

steps:
- name: Set up JDK 11
uses: actions/setup-java@v7
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
Expand All @@ -28,6 +30,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Run Cake script
Expand Down

0 comments on commit a167606

Please sign in to comment.