mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
limit test runs to changes in java and xml files
This commit is contained in:
parent
7c1f90f6c9
commit
27dca19bc1
1 changed files with 6 additions and 2 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue