From 8ab77d6b44823be9b0a62429cffbae6e873ff218 Mon Sep 17 00:00:00 2001 From: Norbert Dopjera Date: Wed, 4 Oct 2023 14:06:53 +0200 Subject: [PATCH] cicd(release): tests not running on tag push (#31) --- .github/workflows/master.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 560ee32..ad43f91 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -16,10 +16,8 @@ permissions: jobs: tests: - if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/') uses: ./.github/workflows/test.yml coverage-check: - if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/') needs: tests runs-on: ubuntu-latest steps: