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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '**.py'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- app
|
- app
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
.idea/
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
@@ -170,3 +171,4 @@ cython_debug/
|
|||||||
|
|
||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
app/.env
|
||||||
|
|||||||
Reference in New Issue
Block a user