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: on:
push: push:
branches: paths:
- github-actions - '**.java'
- '**.xml'
pull_request: pull_request:
branches: branches:
- master - master
paths:
- '**.java'
- '**.xml'
env: env:
MAVEN_OPTS: -Xmx3g -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 MAVEN_OPTS: -Xmx3g -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120