Skip to content

Commit

Permalink
chore(ci): limit tests execution to code modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrompier committed Oct 30, 2023
1 parent 5d517b7 commit 9171ccc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- '**'
tags-ignore:
- '**'
paths:
- 'src/**'
- 'spec/**'
- 'bin/**'
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 9171ccc

Please sign in to comment.