From acf91c78a78530a4dda61238e4151cfeb63df90b Mon Sep 17 00:00:00 2001 From: youben11 Date: Thu, 16 Dec 2021 09:25:34 +0100 Subject: [PATCH] fix(ci): disable release worflow run on master with no tag There were both runs of release for master and the tag push, so we now match the tag push --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7ab6cbbd..a73d200e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,6 @@ name: Release on: push: - branches: - - master tags: - 'v*'