mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -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:
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue