Commit ad995ca
authored
ci: refine release workflow path filters to include changesets (#547)
Improved GitHub workflow path filtering for releases
This PR updates the release workflow to use a more explicit path filtering approach. Instead of using `paths-ignore`, it now uses a combination of include and exclude patterns to better control which files trigger the workflow:
- Includes all files by default
- Excludes website, example-flows, demo, and markdown files
- Re-includes changeset markdown files (except the README)
This approach provides more precise control over which files trigger the release workflow, ensuring changesets are properly processed.1 parent 0cb5500 commit ad995ca
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments