Skip to content

Commit

Permalink
Merge pull request #20 from LedgerHQ/fbe/fix_build_ci_trig_condition
Browse files Browse the repository at this point in the history
Fix build ci not triggering for pull requests
  • Loading branch information
fbeutin-ledger authored Feb 22, 2024
2 parents 55d44ed + c992647 commit 47eba00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- master
- develop
paths:
- src
- tests
- 'src/**'
- 'tests/**'
- .github/workflows/build_and_tests.yml

jobs:
Expand Down

0 comments on commit 47eba00

Please sign in to comment.