Skip to content

Commit

Permalink
ignore frontend changes in python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jun 22, 2024

Verified

This commit was signed with the committer’s verified signature.
t3chguy Michael Telatynski
1 parent 0f4ee87 commit e0138ef
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-pnpm-build.yml
Original file line number Diff line number Diff line change
@@ -6,11 +6,13 @@ on:
- main
paths:
- "frontend/**"
- ".github/workflows/test-pnpm-build.yml"
pull_request:
branches:
- main
paths:
- "frontend/**"
- ".github/workflows/test-pnpm-build.yml"

jobs:
build:
4 changes: 4 additions & 0 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
@@ -3,8 +3,12 @@ name: Tests
on:
push:
branches: ["main"]
paths-ignore:
- "frontend/**"
pull_request:
branches: ["main"]
paths-ignore:
- "frontend/**"

permissions:
contents: read

0 comments on commit e0138ef

Please sign in to comment.