mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19: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:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- Enhancements
|
||||
- Resolutions
|
||||
- Mods
|
||||
- Workarounds
|
||||
- 'Enhancements/**'
|
||||
- 'Resolutions/**'
|
||||
- 'Mods/**'
|
||||
- 'Workarounds/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user