Commit f6a07e2
committed
ci(workflow): Update trigger paths to reflect project refactoring
The project's file structure has been reorganized. This commit updates the `paths` filter in the main GitHub Actions workflow to align with the new layout.
The old paths (`main.py`, `utils.py`, `core/`) have been replaced with the new source directories (`bot.py`, `config.py`, `aient/`, `md2tgmd/`, `utils/`). Additionally, `.gitignore` has been added to the trigger paths.
This change ensures the CI pipeline runs only when relevant project files are modified.1 parent 4f9c046 commit f6a07e2
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments