File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ name: build
66on :
77 # Triggers the workflow on push or pull request events but only for the main branch
88 push :
9- branches : [ main ]
9+ branches : [ main, idevice ]
1010 pull_request :
11- branches : [ main ]
11+ branches : [ main, idevice ]
1212
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
4040 name : m1n1
4141 path : |
4242 build/m1n1.macho
43+ build/m1n1-idevice.macho
44+ build/monitor-stub.macho
4345 build/m1n1.bin
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ name: format-check
66on :
77 # Triggers the workflow on push or pull request events but only for the main branch
88 push :
9- branches : [ main ]
9+ branches : [ main, idevice ]
1010 pull_request :
11- branches : [ main ]
11+ branches : [ main, idevice ]
1212
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments