Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e committed Dec 11, 2024
1 parent aa5929d commit 5c30ac0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ios_emerge_upload_snapshots.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Emerge PR iOS Upload (Snapshots)

on:
workflow_call:
inputs:
branch:
description: 'Branch to checkout'
type: string
required: false
default: ${{ github.head_ref || github.ref_name }}
push:
branches: [main]
pull_request:
branches: [main]
paths: [ios/**, .github/workflows/ios*]

# Add workflow inputs section
inputs:
branch:
description: 'Branch to checkout'
required: false
default: ${{ github.head_ref || github.ref_name }}

jobs:
upload_emerge_snapshots:
runs-on: macos-14
Expand Down

0 comments on commit 5c30ac0

Please sign in to comment.