cicd: update github workflow

This commit is contained in:
yusing
2025-03-28 03:24:02 +08:00
parent 9460549eff
commit 39381a17de
2 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ on:
- "*" # matches every branch that doesn't contain a '/'
- "*/*" # matches every branch containing a single '/'
- "**" # matches every branch
- "!dependabot/*"
- "!main" # excludes main
jobs: