limit test runs to changes in java and xml files

This commit is contained in:
Phred Lane 2024-02-16 05:05:43 -06:00 committed by GitHub
parent 7c1f90f6c9
commit 27dca19bc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,15 @@ name: CI
on:
push:
branches:
- github-actions
paths:
- '**.java'
- '**.xml'
pull_request:
branches:
- master
paths:
- '**.java'
- '**.xml'
env:
MAVEN_OPTS: -Xmx3g -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120