Skip to content

Commit 1598c31

Browse files
committed
feat: create CI/CD build & deploy to testflight
1 parent de471a1 commit 1598c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_ios_testflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
on:
33
push:
44
branches:
5-
- main # Trigger on push to the main branch
5+
- dev # Trigger on push to the main branch
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)