docker-ci ignore v* tags

This commit is contained in:
youegraillot 2023-09-13 20:09:23 +02:00
parent e929cfe75c
commit 401b19ca6e
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Docker CI
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
tags-ignore:
- "v*"
jobs: jobs:
buildandpush: buildandpush: