From: Shuanglei Tao Date: Tue, 18 Feb 2020 15:38:01 +0000 (+0800) Subject: workflow: update backend X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=a8ca820a32caa3f12b42b860b9e1820ec06997f4;p=ttyd.git workflow: update backend --- 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: