[ci][fix] Trigger Python client build+deployment when changes in the 'client/' directory

This commit is contained in:
Lucas PASCAL
2023-08-29 15:45:59 +02:00
parent c2bfd52ea3
commit 102dcb29a9

View File

@@ -7,11 +7,11 @@ on:
- develop
- master
paths:
- ./client/
- ./client/**
- .github/workflows/python-client.yml
pull_request:
paths:
- ./client/
- ./client/**
- .github/workflows/python-client.yml
jobs: