mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
build and test daemon only if changed
This commit is contained in:
parent
8f70af47e2
commit
fe3de13875
1 changed files with 7 additions and 1 deletions
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
|
@ -1,5 +1,11 @@
|
|||
name: Build status
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'daemon/*'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'daemon/*'
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue