From a8ca820a32caa3f12b42b860b9e1820ec06997f4 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Tue, 18 Feb 2020 23:38:01 +0800 Subject: [PATCH] workflow: update backend --- .github/workflows/backend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 75c2fe5..7639cf5 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -5,10 +5,12 @@ on: paths: - "CMakeLists.txt" - "src/*" + - "scripts/*" pull_request: paths: - "CMakeLists.txt" - "src/*" + - "scripts/*" jobs: build: -- 2.43.4