diff --git a/.github/workflows/app-actions.yml b/.github/workflows/app-actions.yml index 81665fe..ee9033b 100644 --- a/.github/workflows/app-actions.yml +++ b/.github/workflows/app-actions.yml @@ -2,6 +2,8 @@ name: app-actions on: push: + paths: + - '**.py' branches: - main - app diff --git a/.gitignore b/.gitignore index 035a5af..e07ccd3 100644 --- a/.gitignore +++ b/.gitignore @@ -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