From 6788a31f8747b5ad7cedc90a0700a12c2c2916b0 Mon Sep 17 00:00:00 2001 From: Alex Ganose Date: Sat, 2 Sep 2023 09:37:48 +0100 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 98c25ad96a..90ab16fbf3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,6 +3,7 @@ name: testing on: push: branches: [main] + tags: ['v*'] pull_request: branches: [main]