Commit fd21d6b
committed
Restrict CI release jobs to stable releases
Updated the CI workflow to ensure release jobs only trigger for stable releases by filtering out prereleases and branches with '-beta', '-alpha', '-rc', or '-preview' suffixes.
- Added a condition to the CI workflow to skip prereleases and specific branch patterns.
- Ensures only stable releases trigger the release workflow for better deployment control.1 parent a78ca1b commit fd21d6b
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| |||
0 commit comments