Skip to content

Commit

Permalink
Fix workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Sep 13, 2023
1 parent 648cb27 commit 1bcd657
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Make TestFlight Alpha Build

on:
workflow_dispatch:
branches:
- develop
- graeme/ios-nightly-alphas # TODO: Remove this before merging
#- '!develop' # filter out PRs matching that pattern
inputs:
destination:
description: "TestFlight Group"
Expand All @@ -14,7 +10,7 @@ on:
type: string

push:
branches: [ graeme/ios-nightly-alphas ]
branches: [ graeme/ios-nightly-alphas ] # TODO: Remove this before merging

jobs:
make-alpha:
Expand Down

0 comments on commit 1bcd657

Please sign in to comment.