From 0e5da5cdcd339a9ce6f9dd4e39b01f5cb7e25143 Mon Sep 17 00:00:00 2001 From: Alex Ganose Date: Tue, 10 Oct 2023 14:19:53 +0100 Subject: [PATCH] Enable deploy --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c0aa71d6..5d46a77c 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]