Commit 8ed2ea6e by CaIon

chore: exclude nightly tags from Docker image workflow triggers

parent 620e066b
...@@ -4,6 +4,7 @@ on: ...@@ -4,6 +4,7 @@ on:
push: push:
tags: tags:
- '*' - '*'
- '!nightly*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag: tag:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment