Make ci run on push to tag.
Some checks failed
Build / build (push) Failing after 1m20s

This commit is contained in:
H. Utku Maden 2024-06-14 18:44:56 +03:00
parent 13ea2941da
commit 018f195000

@ -2,8 +2,9 @@ name: Build
run-name: Building with docker container.
on:
workflow_dispatch:
tags:
- '*'
push:
tags:
- '*'
jobs:
build: