Merge pull request #467 from LedgerHQ/fix/workflow_trigger

[ci][fix] Trigger Python client build+deployment when changes in the …
This commit is contained in:
lpascal-ledger
2023-08-29 15:47:36 +02:00
committed by GitHub

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: