Browse Source

ci(test): add test trigger path

979-is-there-a-node-for-kubernetes-itself
mingrammer 2 weeks ago
committed by tessier
parent
commit
34fb9fb739
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/test.yml

+ 2
- 0
.github/workflows/test.yml View File

@@ -6,12 +6,14 @@ on:
- master
paths:
- ".github/workflows/test.yml"
- "pyproject.toml"
- "**.py"
pull_request:
branches:
- master
paths:
- ".github/workflows/test.yml"
- "pyproject.toml"
- "**.py"

jobs:


Loading…
Cancel
Save