From 7009d78003090cc42deeaa56930844cf8b709d92 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Sun, 22 Oct 2023 00:20:40 +0200 Subject: [PATCH] Trigger on tags --- .github/workflows/testing.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2dc925a..5946145 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -2,7 +2,11 @@ name: Build zurg-testing image on: push: - branches: main + branches: + - main + tags: + - v0* + - latest env: REGISTRY: ghcr.io