From 192508f817fa4b2cd2e675a6fac57d171bc0da11 Mon Sep 17 00:00:00 2001 From: Yuri Blankenstein <72129129+Yuri-Blankenstein-TNO@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:14:33 +0100 Subject: [PATCH] Update release branch name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e039bee..10a85a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Exit if workflow_dispatch on other branch than main - if: (github.event_name == 'workflow_dispatch') && (github.ref_name != 'refs/heads/main') + if: (github.event_name == 'workflow_dispatch') && (github.ref_name != 'main') run: | echo "Release workflow should be runned from main branch, exiting." exit 1