Skip to content

Commit 1f3cc14

Browse files
committed
Only run tests when .py files are modified
This is done to save computational resources.
1 parent a5c438f commit 1f3cc14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'develop'
1111
tags:
1212
- '**'
13+
paths:
14+
- '**.py'
1315
pull_request:
1416
workflow_dispatch: {}
1517

0 commit comments

Comments
 (0)