From e24a183dadb891bab633b9af3e7474a38c3b49d8 Mon Sep 17 00:00:00 2001 From: txtsd Date: Tue, 15 Feb 2022 14:38:26 +0530 Subject: [PATCH] Only trigger GH Release on stable branch --- .github/workflows/trigger_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger_builds.yml b/.github/workflows/trigger_builds.yml index e50405e69..7299ef1a2 100644 --- a/.github/workflows/trigger_builds.yml +++ b/.github/workflows/trigger_builds.yml @@ -18,7 +18,7 @@ jobs: build_type: Release create_release: - if: startsWith(github.ref, 'refs/tags/') + if: contains(github.base_ref, 'refs/heads/stable') && startsWith(github.ref, 'refs/tags/') needs: build_release runs-on: ubuntu-latest outputs: