File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ name: swift-android-action ci
2
2
on :
3
3
workflow_dispatch :
4
4
push :
5
- branches : [ main ]
5
+ branches :
6
+ - ' *'
6
7
jobs :
7
8
demo :
8
9
runs-on : ${{ matrix.os }}
17
18
repository : apple/swift-algorithms
18
19
path : apple/swift-algorithms
19
20
- name : Test apple/swift-algorithms
20
- uses : skiptools/swift-android-action@v2
21
+ uses : skiptools/swift-android-action@${{ github.event.inputs.branch }}
21
22
with :
22
23
package-path : apple/swift-algorithms
23
24
run-tests : ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
28
29
repository : skiptools/swift-sqlite
29
30
path : skiptools/swift-sqlite
30
31
- name : Test skiptools/swift-sqlite
31
- uses : skiptools/swift-android-action@v2
32
+ uses : skiptools/swift-android-action@${{ github.event.inputs.branch }}
32
33
with :
33
34
package-path : skiptools/swift-sqlite
34
35
run-tests : ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
You can’t perform that action at this time.
0 commit comments