fix(workflow-build): disable workflow trigger on push

This commit is contained in:
Jiří Štefka 2023-09-19 19:18:42 +02:00
parent eb53076767
commit f98976f9aa

@ -2,8 +2,6 @@ name: Build
on: on:
push: push:
branches:
- 'main'
tags: tags:
- 'v*' - 'v*'