ci: do not run ci workflow on push tag events

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-12-21 16:53:46 +01:00
parent 7bc56c5365
commit 1ea1d561c7

View File

@@ -10,8 +10,6 @@ on:
branches:
- 'master'
- '[0-9]+.[0-9]+'
tags:
- 'v*'
pull_request:
env: