fix dependabot messing with the nightly image

This commit is contained in:
yusing 2025-02-25 10:26:45 +08:00
parent dc88a037eb
commit 626d48d151

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: