Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 7b5897b

Browse files
Bump api level version
1 parent 57cb3b8 commit 7b5897b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: React-native-code-push CI
22

33
on:
4-
pull_request:
5-
branches:
6-
- master
4+
workflow_dispatch:
5+
inputs:
6+
parameter:
7+
description: testing
78

89
jobs:
910
test-android:
1011
name: Test Android app
1112
runs-on: macos-latest
1213
strategy:
1314
matrix:
14-
api-level: [ 27 ]
15+
api-level: [ 34 ]
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v3

0 commit comments

Comments
 (0)