From a79377f6068cd0e3bf43b8d1d99de8dc7e8b859f Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Sun, 26 Dec 2021 15:12:13 +0300 Subject: [PATCH] Github Actions: rebuild only on src directory changes --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33f3896..3dd046f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,9 @@ name: Build GoodbyeDPI on: - push + push: + paths: + - 'src/**' env: WINDIVERT_URL: https://www.reqrypt.org/download/WinDivert-1.4.3-A.zip