From de40c85148b610fed5f1228d25239cc9965caa83 Mon Sep 17 00:00:00 2001 From: Bryon Tjanaka Date: Fri, 5 Mar 2021 22:14:33 -0800 Subject: [PATCH] Run actions on tags --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 07aabf0a1..740898217 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - v[0-9].* pull_request: branches: - master