From bf307d122867a694dd1c9f94f5c0f3591bd81234 Mon Sep 17 00:00:00 2001 From: Juan Leni Date: Fri, 22 Oct 2021 05:44:11 +0200 Subject: [PATCH] fix release branch name --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e737094f..40c8a3d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -152,7 +152,7 @@ jobs: build_package: needs: [ configure, build, build_ledger, test_zemu, test_zemu_sr25519 ] - if: ${{ github.ref == 'refs/heads/ma' }} + if: ${{ github.ref == 'refs/heads/master' }} runs-on: ubuntu-latest container: image: zondax/builder-bolos:latest