From f7a9c0bff4296ac47d3db446e00c752b4fa0590e Mon Sep 17 00:00:00 2001 From: Nathan Henrie Date: Sat, 21 May 2022 08:54:35 -0600 Subject: [PATCH] Restore CI on v* tags --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b22c71d9..6689ab619 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,12 @@ name: build on: push: branches-ignore: - translations_** + - 'translations_**' + tags: + - 'v*' pull_request: branches-ignore: - translations_** + - 'translations_**' jobs: build: