Skip to content

Commit

Permalink
Skip python tests on frontend changes (#1879)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkly authored Oct 6, 2023
1 parent 8408c0d commit 0f38d62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Test
on:
push:
branches: [ main ]
paths-ignore:
- 'src/helm-frontend/**'
pull_request:
paths-ignore:
- 'src/helm-frontend/**'

jobs:
install:
Expand Down

0 comments on commit 0f38d62

Please sign in to comment.