Build new Docker image on push to master

This commit is contained in:
Matthias Endler 2023-04-12 00:56:15 +02:00 committed by GitHub
parent 6c24a22df6
commit 64a36410b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@ on:
types:
- completed
push:
branches:
- "master"
tags:
- "v*.*.*"
pull_request: