ci: react to changes in *.wrap files

This commit is contained in:
Andrei Alexeyev 2022-01-11 13:46:59 +02:00
parent 351f91a573
commit 1efd09ba4b
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -11,6 +11,7 @@ on:
- "**.yaml"
- "**.build"
- "**.ini"
- "**.wrap"
pull_request:
paths:
- "**.c"
@ -19,6 +20,7 @@ on:
- "**.yaml"
- "**.build"
- "**.ini"
- "**.wrap"
env:
MESON_VERSION: '0.56.2'