Skip to content

Commit 1e1b3a8

Browse files
committed
chore: update CI/CD workflow triggers
- Added path filters for specific files and directories to optimize workflow execution. - Included tag-based triggers for versioned releases.
1 parent ce937f5 commit 1e1b3a8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'src/**'
9+
- '*.py'
10+
- 'requirements.txt'
11+
- 'pyproject.toml'
12+
- 'Dockerfile'
13+
- '.github/workflows/ci-cd.yml'
14+
tags:
15+
- 'v*'
716

817
jobs:
918
deploy:

0 commit comments

Comments
 (0)