Skip to content

Commit ffbf964

Browse files
committed
[DOWNSTREAM] setup github actions
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
1 parent 9d1aac3 commit ffbf964

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: build
66
on:
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:
@@ -40,4 +40,6 @@ jobs:
4040
name: m1n1
4141
path: |
4242
build/m1n1.macho
43+
build/m1n1-idevice.macho
44+
build/monitor-stub.macho
4345
build/m1n1.bin

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: format-check
66
on:
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:

0 commit comments

Comments
 (0)