build and test daemon only if changed

This commit is contained in:
Gustavo Iñiguez Goia 2022-10-05 14:13:03 +02:00
parent 8f70af47e2
commit fe3de13875
Failed to generate hash of commit

View file

@ -1,5 +1,11 @@
name: Build status
on: [push, pull_request]
on:
push:
paths:
- 'daemon/*'
pull_request:
paths:
- 'daemon/*'
jobs:
build: