feat(workflow-build): build only on tagged commits

This commit is contained in:
Jiří Štefka 2023-09-19 19:15:47 +02:00
parent a3d14ef71d
commit cfa2859f93

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- 'main' - 'main'
tags:
- 'v*'
jobs: jobs:
build: build: