* The docker-build workflow will no longer run when submitting a PR.

This commit is contained in:
lxowalle
2026-02-13 12:14:45 +08:00
parent 68abf6b2ee
commit 42e0e588dd

View File

@@ -4,8 +4,6 @@ on:
push:
branches: [main]
tags: ["v*"]
pull_request:
branches: [main]
env:
REGISTRY: ghcr.io