unittest.yml: Add path filters for PRs

This commit is contained in:
Amit D. 2024-11-23 13:36:09 +02:00 committed by GitHub
parent a9b012bbe2
commit 60c1c26d2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,13 @@ name: unittest
on:
#push:
pull_request:
paths:
- '**.cpp'
- '**.h'
- '**Makefile.am'
'/configure.ac'
- 'unittest/**.c'
- 'unittest/**.cc'
schedule:
- cron: 0 0 * * *
workflow_dispatch: