Only run tests when a change to python files is made (#614)

* Update tests.yml

* Update .github/workflows/tests.yml

---------

Co-authored-by: Wing Lian <wing.lian@gmail.com>
This commit is contained in:
Maxime
2023-09-21 04:02:04 +02:00
committed by GitHub
parent ec0958f4f8
commit 5d931cc042

View File

@@ -4,7 +4,11 @@ on:
push:
branches:
- "main"
paths:
- '**.py'
pull_request:
paths:
- '**.py'
workflow_dispatch:
jobs: