Update workflows
Change that CI will only run if .py files are changed or added
This commit is contained in:
@@ -2,6 +2,8 @@ name: app-actions
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.py'
|
||||
branches:
|
||||
- main
|
||||
- app
|
||||
|
||||
Reference in New Issue
Block a user