Update workflows
Change that CI will only run if .py files are changed or added
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.idea/
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
@@ -170,3 +171,4 @@ cython_debug/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
app/.env
|
||||
|
||||
Reference in New Issue
Block a user