ci(build): ignore tags on push

This commit is contained in:
Tim 2024-07-26 13:46:57 +02:00
parent a65f9509bb
commit c9b0463b05

View file

@ -4,6 +4,8 @@ on:
push:
branches:
- development
tags-ignore:
- '**'
pull_request:
branches:
- development