Commit 603bf86
authored
fix: exclude pre-release tags/branches from docs workflow and remove unused workflow_dispatch (#445)
- Pre-release tags (v*-*) and docs branches (docs/v*-*) now excluded at
the trigger level, preventing beta releases from deploying to the docs site
- workflow_dispatch removed from docs.yml — publish jobs require push event
so manual triggers only ran the build job, which was misleading.
docs-deploy.yml retains workflow_dispatch for manual IC re-deploys.1 parent 69a2961 commit 603bf86
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments