From e63a563c3420f26690a53560b383fd6b2c520c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Sat, 30 Jul 2022 04:30:52 -0700 Subject: [PATCH] ci: fix push condition for release tags --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 60b8eba..0a26685 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: tests on: push: tags-ignore: - - '[0-9]+.[0-9]+.[0-9]+' + - 'v[0-9]+.[0-9]+.[0-9]+' branches: - master - review/** @@ -20,7 +20,6 @@ jobs: prep: name: Notify about testing runs-on: ubuntu-latest - if: "!contains(github.event.head_commit.message, 'Release')" steps: - uses: inlife/actiord-action@v1 with: