We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fff014 commit 00840baCopy full SHA for 00840ba
1 file changed
.github/workflows/build.yml
@@ -2,12 +2,14 @@ name: Build IPA with Fake Signing
2
3
on:
4
push:
5
- branches: [main] # Or your default branch
6
- workflow_dispatch: # Allows manual triggering
+ branches: [main]
+ pull_request:
7
8
+ workflow_dispatch:
9
10
jobs:
11
build:
- runs-on: macos-latest # Use the latest macOS runner
12
+ runs-on: macos-latest
13
14
steps:
15
- name: Checkout repository
0 commit comments