ci: trigger on *.m (objc) sources too

This commit is contained in:
Andrei Alexeyev 2023-03-29 19:31:26 +02:00
parent 3c0a538ae6
commit 427d2ca32c
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -9,6 +9,7 @@ on:
paths:
- "**.c"
- "**.h"
- "**.m"
- "**.yml"
- "**.yaml"
- "**.build"
@ -18,6 +19,7 @@ on:
paths:
- "**.c"
- "**.h"
- "**.m"
- "**.yml"
- "**.yaml"
- "**.build"