From 3e2289d69eac384654543492a851f2012983d653 Mon Sep 17 00:00:00 2001 From: Ivelin Ivanov Date: Thu, 14 Nov 2019 14:06:31 -0600 Subject: [PATCH] build: turn off sem rel action --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 77eeb94f..ba3356cf 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -4,7 +4,7 @@ on: push: # Sequence of patterns matched against refs/heads branches: - - master + - no_existent_branch____ jobs: build: