From a659b8d4b364b2221326a63b3c52e97dda1c72c9 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 25 Apr 2024 15:04:00 +0100 Subject: [PATCH] test tags --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5e053029..3a3a939b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,6 +6,8 @@ on: - main - master - branch-2.* + tags: + - 'v*' pull_request: schedule: - cron: '0 2 * * 0' # Weekly on Sundays at 02:00