chore: exclude nightly tags from Docker image workflow triggers

This commit is contained in:
CaIon
2026-03-17 18:36:17 +08:00
parent 620e066b39
commit 8ed2ea6ec1

View File

@@ -4,6 +4,7 @@ on:
push: push:
tags: tags:
- '*' - '*'
- '!nightly*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag: tag: