mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 04:52:35 +02:00
fix dependabot messing with the nightly image
This commit is contained in:
parent
dc88a037eb
commit
626d48d151
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-image-nightly.yml
vendored
1
.github/workflows/docker-image-nightly.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue