diff --git a/.github/workflows/Python-CMD-check.yaml b/.github/workflows/Python-CMD-check.yaml index d40b8d20..b45a3fcd 100644 --- a/.github/workflows/Python-CMD-check.yaml +++ b/.github/workflows/Python-CMD-check.yaml @@ -1,4 +1,18 @@ -on: [push] +on: + push: + paths: + - python-package/** + branches: + - main + - master + - dev + pull_request: + paths: + - python-package/** + branches: + - main + - master + - dev name: Python-CMD-check