From af2499e54ee882a694fca947aa65f2618d74435f Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Thu, 11 Aug 2022 16:06:25 +0100 Subject: [PATCH] Correct tag ref --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 4f8017f56..a5cf48854 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -9,7 +9,7 @@ on: branches: - "**" tags: - - "v*" + - "**" pull_request: branches: - main