Skip to content

Commit

Permalink
Add path conditions to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 23, 2024
1 parent ccfa037 commit 009c2f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Test
on:
push:
branches: [ master ]
paths:
- '.github/workflows/test.yml'
- '**.py'
pull_request:

jobs:
Expand Down

0 comments on commit 009c2f2

Please sign in to comment.