fix(ci): correct socket-proxy github workflow

This commit is contained in:
yusing
2025-12-10 17:39:39 +08:00
parent 8d4618cedf
commit d547872a41

View File

@@ -7,12 +7,9 @@ on:
paths: paths:
- "socket-proxy/**" - "socket-proxy/**"
tags-ignore: tags-ignore:
- '**' - "**"
workflow_dispatch: workflow_dispatch:
permissions:
contents: read
jobs: jobs:
build: build:
uses: ./.github/workflows/docker-image.yml uses: ./.github/workflows/docker-image.yml