Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit f2c3b0b

Browse files
authored
Remove workflow_dispatch from simulator build
1 parent 837698d commit f2c3b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/simulator-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: ProSign iOS Simulator Build
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches: [ main ]
56

67
permissions:
78
contents: write

0 commit comments

Comments
 (0)