From 73cc79ca0bded179185f8f67f5fe742d4ebe1e6e Mon Sep 17 00:00:00 2001 From: Graeme Arthur Date: Wed, 13 Sep 2023 12:22:34 +0200 Subject: [PATCH] Make code merge-ready (won't trigger build) --- .github/workflows/alpha.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 4da5d18ca3..afffe3d98a 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -9,9 +9,6 @@ on: default: "Latest Alpha Group" type: string - push: - branches: [ graeme/ios-nightly-alphas ] # TODO: Remove this before merging - jobs: make-alpha: runs-on: macos-13 @@ -25,12 +22,12 @@ jobs: INPUT_DESTINATION=${{ github.event.inputs.destination }} echo "destination=${INPUT_DESTINATION}" >> $GITHUB_OUTPUT - # - name: Assert develop branch TODO: Uncomment before merging - # run: | - # case "${{ github.ref }}" in - # *develop/*) ;; - # *) echo "👎 Not develop branch"; exit 1 ;; - # esac + - name: Assert develop branch TODO: Uncomment before merging + run: | + case "${{ github.ref }}" in + *develop/*) ;; + *) echo "👎 Not develop branch"; exit 1 ;; + esac - name: Register SSH keys for access to certificates uses: webfactory/ssh-agent@v0.7.0