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: on:
push: push:
branches: tags:
- main - '*'
- dev
jobs: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest