Skip to content

Commit

Permalink
Only run tests when a change to python files is made (#614)
Browse files Browse the repository at this point in the history
* Update tests.yml

* Update .github/workflows/tests.yml

---------

Co-authored-by: Wing Lian <wing.lian@gmail.com>
  • Loading branch information
maximegmd and winglian committed Sep 21, 2023
1 parent ec0958f commit 5d931cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
branches:
- "main"
paths:
- '**.py'
pull_request:
paths:
- '**.py'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5d931cc

Please sign in to comment.