mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 01:38:30 +02:00
fix dependabot messing with the nightly image
This commit is contained in:
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 that doesn't contain a '/'
|
||||||
- "*/*" # matches every branch containing a single '/'
|
- "*/*" # matches every branch containing a single '/'
|
||||||
- "**" # matches every branch
|
- "**" # matches every branch
|
||||||
|
- "!dependabot/*"
|
||||||
- "!main" # excludes main
|
- "!main" # excludes main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user