Only build when taged

This commit is contained in:
Andras Schmelczer 2022-06-26 19:01:09 +02:00
parent 6baf2e211d
commit 5fd891f0b3

View file

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