Github Actions: rebuild only on src directory changes
This commit is contained in:
parent
db37b4f1f2
commit
a79377f606
|
|
@ -1,7 +1,9 @@
|
||||||
name: Build GoodbyeDPI
|
name: Build GoodbyeDPI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push
|
push:
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WINDIVERT_URL: https://www.reqrypt.org/download/WinDivert-1.4.3-A.zip
|
WINDIVERT_URL: https://www.reqrypt.org/download/WinDivert-1.4.3-A.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue