Skip to content

Commit

Permalink
Merge pull request #690 from cantaloupe-project/adjust-ci
Browse files Browse the repository at this point in the history
Adjust settings for ci builds
  • Loading branch information
jcoyne authored Aug 15, 2024
2 parents 773ddee + 95f615b commit 1ea8758
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- develop
- release/*
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -27,4 +32,3 @@ jobs:
if: matrix.os == 'windows-latest' && matrix.java == 'jdk18'
run: docker compose -f docker/Windows-JDK18/docker-compose.yml up --build --exit-code-from cantaloupe
# TODO: Windows+GraalVM

0 comments on commit 1ea8758

Please sign in to comment.