Only build when taged

This commit is contained in:
Andras Schmelczer 2022-06-26 19:01:09 +02:00
parent 16a5f17498
commit 719db8417e
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -2,9 +2,9 @@ name: Publish on DockerHub
on:
push:
branches:
- main
- dev
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest