ci(workflow): replace paths filter with paths-ignore to trigger on any change except .venv and __pycache__
This commit is contained in:
parent
e812a3b454
commit
656968823b
@ -4,11 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- prod-env
|
- prod-env
|
||||||
paths:
|
paths-ignore:
|
||||||
- 'docker-stack-monitoring.yml'
|
- '**/.venv/**'
|
||||||
- 'health-agent/deploy/prod.env'
|
- '**/__pycache__/**'
|
||||||
- 'swag/**'
|
|
||||||
- '.gitea/workflows/deploy-monitoring-prod.yml'
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: prod-monitoring-deploy
|
group: prod-monitoring-deploy
|
||||||
|
|||||||
@ -4,11 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- test
|
- test
|
||||||
paths:
|
paths-ignore:
|
||||||
- 'docker-stack-monitoring.yml'
|
- '**/.venv/**'
|
||||||
- 'health-agent/**'
|
- '**/__pycache__/**'
|
||||||
- 'swag/**'
|
|
||||||
- '.gitea/workflows/deploy-monitoring-test.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user