Commit 0da9d2c
fix(github): use broad tag filter with job-level condition
GitHub Actions tag filters do not support @ in patterns.
Use tags: ["**"] and filter with if: startsWith on the job.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 393e45e commit 0da9d2c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments