Skip to content

Commit

Permalink
Merge pull request #467 from LedgerHQ/fix/workflow_trigger
Browse files Browse the repository at this point in the history
[ci][fix] Trigger Python client build+deployment when changes in the …
  • Loading branch information
lpascal-ledger authored Aug 29, 2023
2 parents c2bfd52 + 102dcb2 commit 0c82f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c82f53

Please sign in to comment.