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: on:
push: push:
branches: [main] # Or your default branch branches: [main]
workflow_dispatch: # Allows manual triggering pull_request:
branches: [main]
workflow_dispatch:
jobs: jobs:
build: build:
runs-on: macos-latest # Use the latest macOS runner runs-on: macos-latest
steps: steps:
- name: Checkout repository - name: Checkout repository