[NPU][CI] change de trigger of release image workflow (#14969)

This commit is contained in:
monkeyLoveding
2025-12-14 15:11:47 +08:00
committed by GitHub
parent 54df514bac
commit 2ae5bed193
+4 -4
View File
@@ -1,9 +1,10 @@
name: Release Docker Images (NPU) name: Release Docker Images (NPU)
on: on:
push: push:
tags-ignore: branches:
- "gateway-*" # Exclude gateway/router tags - main
- "router-*" # Exclude router tags paths:
- "python/sglang/version.py"
pull_request: pull_request:
branches: branches:
- main - main
@@ -38,7 +39,6 @@ jobs:
lmsysorg/sglang lmsysorg/sglang
tags: | tags: |
type=ref,event=pr type=ref,event=pr
type=ref,event=tag,suffix=-cann${{ matrix.cann_version }}-${{ matrix.device_type }}
flavor: | flavor: |
latest=false latest=false