fix workflow

This commit is contained in:
wyx2685
2025-03-04 21:28:24 +09:00
parent 903aef1fb5
commit e2904ad126
2 changed files with 39 additions and 20 deletions

View File

@@ -10,14 +10,14 @@ on:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
- ".github/workflows/release.yml"
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
- ".github/workflows/release.yml"
release:
types: [published]