Skip to content

Commit

Permalink
fix dependabot messing with the nightly image
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Feb 25, 2025
1 parent dc88a03 commit 626d48d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 626d48d

Please sign in to comment.