Update build.yml

This commit is contained in:
CelloSerenity
2025-12-21 14:11:23 -07:00
committed by GitHub
parent 9fff0142a9
commit 00840ba71a

View File

@@ -2,12 +2,14 @@ name: Build IPA with Fake Signing
on:
push:
branches: [main] # Or your default branch
workflow_dispatch: # Allows manual triggering
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: macos-latest # Use the latest macOS runner
runs-on: macos-latest
steps:
- name: Checkout repository