workflows: execute daemon tests on changes

This commit is contained in:
Gustavo Iñiguez Goia 2022-10-23 11:49:22 +02:00
parent ec31ee0814
commit 1a1e87c474
Failed to generate hash of commit

View file

@ -2,11 +2,11 @@ name: Build status
on:
push:
paths:
- 'daemon/*'
- 'daemon/**'
- '.github/workflows/go.yml'
pull_request:
paths:
- 'daemon/*'
- 'daemon/**'
- '.github/workflows/go.yml'
# Allows you to run this workflow manually from the Actions tab