]> prime8.dev >> repos - ttyd.git/commitdiff
workflow: update backend
authorShuanglei Tao <tsl0922@gmail.com>
Tue, 18 Feb 2020 15:38:01 +0000 (23:38 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Tue, 18 Feb 2020 15:38:01 +0000 (23:38 +0800)
.github/workflows/backend.yml

index 75c2fe577103bdd815415619d0c2d5c2700d4433..7639cf5c367d9099e942b451a155494b3fcdb3a0 100644 (file)
@@ -5,10 +5,12 @@ on:
     paths:
     - "CMakeLists.txt"
     - "src/*"
+    - "scripts/*"
   pull_request:
     paths:
     - "CMakeLists.txt"
     - "src/*"
+    - "scripts/*"
 
 jobs:
   build: