From c1dfc73b784272e17ab82c83d9dfd9913af9b2cc Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 1 Dec 2020 20:41:26 +0100 Subject: [PATCH] Fix workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77e7f295..f9e9d40e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ on: branches: - 'master' - 'releases/v*' - tags: - - 'v*' + tags: + - 'v*' pull_request: branches: - 'master'