mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-08 11:54:22 +01:00
workflow: update trigger
This commit is contained in:
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@@ -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/*"
|
||||
|
||||
2
.github/workflows/frontend.yml
vendored
2
.github/workflows/frontend.yml
vendored
@@ -3,9 +3,11 @@ name: frontend
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- ".github/workflows/frontend.yml"
|
||||
- "html/*"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/frontend.yml"
|
||||
- "html/*"
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user