Skip to content

Commit

Permalink
ci: 修正插件测试容器相关 workflow 的触发条件
Browse files Browse the repository at this point in the history
之前调整目录的时候忘记修改触发条件了
  • Loading branch information
he0119 committed Nov 13, 2024
1 parent f055a1b commit 868a08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Plugin Test Container Builder
on:
push:
paths:
- "docker/**"
- "src/providers/docker_test/**"
pull_request:
paths:
- "docker/**"
- "src/providers/docker_test//**"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 868a08c

Please sign in to comment.