Update workflows

Change that CI will only run if .py files are changed or added
This commit is contained in:
IgorVolochay
2025-02-15 16:55:58 +03:00
parent eacc8c29df
commit 90c99c3f85
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@ name: app-actions
on:
push:
paths:
- '**.py'
branches:
- main
- app