Skip to content

Commit 6c740ed

Browse files
committed
Test
1 parent fa5e359 commit 6c740ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/testflight.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Test Flight Deploy DemoApp
22

33
on:
4+
# pull_request: FIXME:...
5+
# branches:
6+
# - 'main'
47
pull_request:
58
branches:
6-
- 'main'
9+
- '**'
710

811
release:
912
types: [published]

0 commit comments

Comments
 (0)