This website works better with JavaScript.
Home
Explore
Help
Sign In
ohtaekwon
/
new-react-native-date-picker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Disable test runs on PR (already runs on push)
master
Henning Hall
5 years ago
parent
21f7e48e89
commit
b34738e16a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/android.yml
+ 1
- 1
.github/workflows/android.yml
View File
@ -1,6 +1,6 @@
name
:
"Android: build & test"
on
:
[
push
, pull_request
]
on
:
[
push]
jobs:
build_and_test:
Write
Preview
Loading…
Cancel
Save