From 854e04a76b9bce82b9c8ae497e8d404733a8ce37 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 31 May 2024 05:29:05 -0400 Subject: [PATCH] action --- .github/workflows/custom-board-build/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/custom-board-build/action.yaml b/.github/workflows/custom-board-build/action.yaml index 0bd4b74..adf24fa 100644 --- a/.github/workflows/custom-board-build/action.yaml +++ b/.github/workflows/custom-board-build/action.yaml @@ -11,10 +11,10 @@ runs: - name: Upload Bundle shell: bash run: | - if [ "${{github.ref}}" = "refs/heads/master" ]; then - echo "On master branch" + if [ "${{github.ref}}" = "refs/heads/main" ]; then + echo "On main branch" elif [[ ${{github.ref}} == "lts"* ]]; then - echo "On LTS branch [${{github.ref}}] + echo "On LTS branch [${{github.ref}}]" echo AUTOMATION_LTS=true >> $GITHUB_ENV echo AUTOMATION_REF=${{github.ref_name}} >> $GITHUB_ENV else