* The docker-build workflow will no longer run when submitting a PR.
This commit is contained in:
parent
68abf6b2ee
commit
42e0e588dd
1 changed files with 0 additions and 2 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
|
@ -4,8 +4,6 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
tags: ["v*"]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue