From 2456533b28796d1d865f0e44a0efe2338454a4f7 Mon Sep 17 00:00:00 2001 From: Marc Richter Date: Wed, 25 Sep 2024 18:37:11 +0200 Subject: [PATCH] Changed CI to respect all Tag names --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 17d1a36..4281d07 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -6,13 +6,13 @@ on: - master - main tags: - - 'v*' + - '*' pull_request: branches: - master - main tags: - - 'v*' + - '*' schedule: # 1st Monday of each month - cron: '30 5 1-7 * 1'