workflow: update trigger

This commit is contained in:
Shuanglei Tao
2020-03-10 18:41:54 +08:00
parent 568c7d8880
commit c380629e6b
2 changed files with 4 additions and 0 deletions

View File

@@ -3,11 +3,13 @@ name: backend
on:
push:
paths:
- ".github/workflows/backend.yml"
- "CMakeLists.txt"
- "src/*"
- "scripts/*"
pull_request:
paths:
- ".github/workflows/backend.yml"
- "CMakeLists.txt"
- "src/*"
- "scripts/*"

View File

@@ -3,9 +3,11 @@ name: frontend
on:
push:
paths:
- ".github/workflows/frontend.yml"
- "html/*"
pull_request:
paths:
- ".github/workflows/frontend.yml"
- "html/*"
jobs: