From fe5d081e7e89ebc9c601b0fee15caf04afcf9e75 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Sat, 27 Jan 2024 18:50:35 -0800 Subject: [PATCH] Remove the main branch check from the alpha workflow. --- .github/workflows/alpha.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 80156b5f3a..d68604588a 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -40,13 +40,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: