Skip to content

Commit

Permalink
Update workflow paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Aug 3, 2022
1 parent 4bc1d02 commit bbe0394
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/benchmark-ssr.yml
Expand Up @@ -6,9 +6,10 @@ on:
branches: [master]
paths:
- .github/workflows/benchmark-ssr.yml
- "packages/yew"
- "examples/function_router"
- "tools/benchmark-ssr"
- "packages/yew/**"
- "packages/yew-router/**"
- "examples/function_router/**"
- "tools/benchmark-ssr/**"

jobs:
benchmark-ssr:
Expand Down

0 comments on commit bbe0394

Please sign in to comment.