mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2025-12-31 13:50:14 +01:00
Ignore building project on more files [ci skip]
This commit is contained in:
parent
43abc56a41
commit
095a30ccee
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
|
@ -3,6 +3,9 @@ on:
|
|||
branches: [main]
|
||||
paths-ignore:
|
||||
- '**/**.md'
|
||||
- '**/*.bat'
|
||||
- '**/*.ps1'
|
||||
- '**/*.png'
|
||||
|
||||
env:
|
||||
RELEASE_NAME: SteamDeckTools
|
||||
|
|
|
|||
Loading…
Reference in a new issue