Skip to content

Commit

Permalink
Make code merge-ready (won't trigger build)
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Sep 13, 2023
1 parent cf6ffc1 commit 73cc79c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit 73cc79c

Please sign in to comment.