ci(workflow): remove redundant paths-ignore filter, gitignore already excludes those paths
All checks were successful
Deploy Environment Monitoring to Production Environment / deploy (push) Successful in 36s

This commit is contained in:
Murat ÖZDEMİR 2026-06-26 18:56:13 +03:00
parent 656968823b
commit 344ab4ac13
2 changed files with 2 additions and 6 deletions

View File

@ -4,9 +4,7 @@ on:
push: push:
branches: branches:
- prod-env - prod-env
paths-ignore:
- '**/.venv/**'
- '**/__pycache__/**'
concurrency: concurrency:
group: prod-monitoring-deploy group: prod-monitoring-deploy

View File

@ -4,9 +4,7 @@ on:
push: push:
branches: branches:
- test - test
paths-ignore:
- '**/.venv/**'
- '**/__pycache__/**'
jobs: jobs:
deploy: deploy: