Workflow update: only run when python file added or modified

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2021-12-04 00:06:16 +01:00
parent 1dd8aa16bd
commit 7c378fddcd

View File

@@ -6,6 +6,8 @@ name: Python
on:
push:
branches: [ master ]
paths:
- '**.py'
pull_request:
branches: [ master ]