mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
workflows: execute daemon tests on changes
This commit is contained in:
parent
ec31ee0814
commit
1a1e87c474
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue