Skip to content

Commit

Permalink
Updated globs
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Dec 5, 2023
1 parent 8554d76 commit 8c3287b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ on:
branches:
- main
paths:
- 'java-engine/**.java'
- 'java-engine/src/**/*.java'
- 'java-engine/build.gradle.kts'
# Build in main if anything changes in yggdrasil or the ffi layer
- 'unleash-yggdrasil/src/**.rs'
- 'yggdrasilffi/src/**.rs'
- 'unleash-yggdrasil/src/**/*.rs'
- 'yggdrasilffi/src/**/*.rs'
pull_request:
paths:
- 'java-engine/**.java'
- 'java-engine/**/*.java'

jobs:
build-java:
Expand All @@ -23,7 +24,7 @@ jobs:
actions: read
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

## begin build yggdrasil (maybe this can be a separate job)
- name: Install rust
Expand Down

0 comments on commit 8c3287b

Please sign in to comment.