mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-09 16:31:45 +00:00
5a02433080
* Use glob patterns to match file paths * Update ignored paths for releases * Adjust build.yml as well * Add names to auto-assign steps * Fix developer team name * Allow build workflows to run if workflows changed
33 lines
No EOL
671 B
YAML
33 lines
No EOL
671 B
YAML
audio: 'src/Ryujinx.Audio*/**'
|
|
|
|
cpu:
|
|
- 'src/ARMeilleure/**'
|
|
- 'src/Ryujinx.Cpu/**'
|
|
- 'src/Ryujinx.Memory/**'
|
|
|
|
gpu:
|
|
- 'src/Ryujinx.Graphics.*/**'
|
|
- 'src/Spv.Generator/**'
|
|
- 'src/Ryujinx.ShaderTools/**'
|
|
|
|
'graphics-backend:opengl': 'src/Ryujinx.Graphics.OpenGL/**'
|
|
'graphics-backend:vulkan':
|
|
- 'src/Ryujinx.Graphics.Vulkan/**'
|
|
- 'src/Spv.Generator/**'
|
|
|
|
gui:
|
|
- 'src/Ryujinx/**'
|
|
- 'src/Ryujinx.Ui.Common/**'
|
|
- 'src/Ryujinx.Ui.LocaleGenerator/**'
|
|
- 'src/Ryujinx.Ava/**'
|
|
|
|
horizon:
|
|
- 'src/Ryujinx.HLE/**'
|
|
- 'src/Ryujinx.Horizon*/**'
|
|
|
|
kernel: 'src/Ryujinx.HLE/HOS/Kernel/**'
|
|
|
|
infra:
|
|
- '.github/**'
|
|
- 'distribution/**'
|
|
- 'Directory.Packages.props' |