mirror of
https://github.com/magefree/mage.git
synced 2025-12-19 18:20:13 -08:00
23 lines
No EOL
534 B
YAML
23 lines
No EOL
534 B
YAML
dev:
|
|
- changed-files:
|
|
- any-glob-to-any-file: [ '*', 'Utils/**', '/.github/**' ]
|
|
|
|
engine:
|
|
- changed-files:
|
|
- any-glob-to-any-file: [ 'Mage/**' ]
|
|
|
|
client:
|
|
- changed-files:
|
|
- any-glob-to-any-file: [ 'Mage.Client/**', 'Mage.Common/**', 'Mage.Plugins/**' ]
|
|
|
|
server:
|
|
- changed-files:
|
|
- any-glob-to-any-file: [ 'Mage.Server*/**' ]
|
|
|
|
tests:
|
|
- changed-files:
|
|
- any-glob-to-any-file: [ 'Mage.Verify/**', 'Mage.Tests/**', 'Mage.Reports/**' ]
|
|
|
|
cards:
|
|
- changed-files:
|
|
- any-glob-to-any-file: [ 'Mage.Sets/**' ] |