mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 02:33:05 -03: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
1 changed files with 6 additions and 4 deletions
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…
Add table
Reference in a new issue