From d455124dc6c39382b454206e6b6df5a4a82ce93f Mon Sep 17 00:00:00 2001 From: Dennis Rathjen Date: Sun, 21 Mar 2021 11:36:59 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97f25cb..a12ae9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,12 +9,6 @@ on: jobs: # Deploys the final package to NPM (only if commit includes a version tag ! deploy: - - # Trigger this step only when a commit on master is tagged with a version number - if: | - github.event_name == 'push' && - github.event.base_ref == 'refs/heads/master' && - startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest strategy: matrix: