mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
Only build release for graphic pack changes (#420) by RandomGuyJCI
This also fixes issue https://github.com/slashiee/cemu_graphic_packs/issues/418 .
This commit is contained in:
parent
7e5e0bc248
commit
6a92f4892c
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -6,11 +6,13 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
paths:
|
paths:
|
||||||
- Enhancements
|
- 'Enhancements/**'
|
||||||
- Resolutions
|
- 'Resolutions/**'
|
||||||
- Mods
|
- 'Mods/**'
|
||||||
- Workarounds
|
- 'Workarounds/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user