Skip to content

Commit

Permalink
ci: test only when changes on relevant folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Peva Blanchard committed Nov 27, 2024
1 parent ce39e0d commit a793eaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Run Tests
on:
push:
branches: [ "main" ]
paths:
- trusted_library/**
- openapi/**
- src/**
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit a793eaf

Please sign in to comment.