Commit d21614b
committed
ci: ignore tag pushes in publish workflow
prevent duplicate triggers when pushing tags by ignoring tag events
in the publish workflow, avoiding conflicts with release events
the workflow will now only trigger on branch pushes and release events,
not on tag pushes which previously caused duplicate builds
防止推送标签时重复触发,通过在发布工作流中忽略标签事件,
避免与发布事件冲突
工作流现在只会在分支推送和发布事件时触发,不会在标签推送时触发,
之前这会导致重复构建
Change-Id: I1680ac94358d513e52c76dbcc37786fc1cdb1fd9
Signed-off-by: OhYee <oyohyee@oyohyee.com>1 parent 9b681cf commit d21614b
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments