From 6f395ad4e3e7707b862be125e1a4cc476eb465e3 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Mon, 11 Dec 2023 11:24:10 -0800 Subject: [PATCH] Remove the alpha build branch check temporarily. --- .github/workflows/alpha.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 5d39e3648f..d41e6c6ab7 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -39,13 +39,6 @@ jobs: steps: - - name: Assert main branch - run: | - case "${{ github.ref }}" in - *main) ;; - *) echo "👎 Not main branch"; exit 1 ;; - esac - - name: Register SSH keys for access to certificates uses: webfactory/ssh-agent@v0.7.0 with: