Skip to content

Commit

Permalink
Add workflow_dispatch to ios workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcmahon committed Mar 11, 2024
1 parent 44baa63 commit 2875b59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: iOS build

on:
workflow_dispatch:
inputs:
logLevel:
description: Logging level
type: string
required: true
push:
branches: [ "master"]
pull_request:
Expand Down

0 comments on commit 2875b59

Please sign in to comment.