Build images for all tags

This commit is contained in:
Constantin Graf
2024-06-06 17:24:06 +02:00
committed by Constantin Graf
parent 7fb58ea341
commit 1fdbfe77f0
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ on:
branches:
- main
- develop
tags:
- '*'
pull_request:
paths:
- '.github/workflows/build-private.yml'

View File

@@ -3,6 +3,8 @@ on:
branches:
- main
- develop
tags:
- '*'
pull_request:
paths:
- '.github/workflows/build-public.yml'