From 28988fcbb596938663000876adfffbadd15d3d1b Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 17 May 2021 16:47:42 -0600 Subject: [PATCH] Run CI on tag pushes --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f77f79bba6..e8d62b432b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - "v*" pull_request: branches: - "**"