Skip to content

Commit

Permalink
updated readme and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arafaysaleem committed Jun 22, 2020
1 parent 1a0d72a commit 7d82099
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
types: [closed]
branches:
- master
name: Build Release APK with new tag On PR Merge
name: PR Merge
jobs:
build:
if: github.event.pull_request.merged == true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on: pull_request
name: Test Pull Request, Build APK
name: Test PR
jobs:
build:
name: Build APK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-test-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- master
name: Build Release APK with new tag On PR Merge
name: build-release
jobs:
build:
name: Build Release APK
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ Covid Tracker is an app made with Flutter framework to provide worldwide informa

The UI is inspired by [Dribbble](https://dribbble.com/shots/10847147-Coronavirus-Covid-19-Dashboard)

![App Tour](Readme/app_tour.gif)
![Home Screen](Readme/home_screen.png)![Country Screen](Readme/country_screen.png)![Symptoms Screen](Readme/symptoms_screen.png)
![News Screen](Readme/news_screen.png)![Myths Screen](Readme/news_screen.png)![Credits Screen](Readme/credits_screen.png)
![App Tour](Readme_files/app_tour.gif)
![Home Screen](Readme_files/home_screen.png)![Country Screen](Readme_files/country_screen.png)![Global Screen](Readme_files/global_screen.png)
![News Screen](Readme_files/news_screen.png)![Country List Screen](Readme_files/country_list.png)![Credits Screen](Readme_files/credits_screen.png)
![Precautions Screen](Readme_files/precautions_screen.png)![Myths Screen](Readme_files/myths_screen.png)!

**The release apk is available under the release tags. It's also available on this drive link - [Covid Tracker APK](https://drive.google.com/drive/folders/1xazOX_VaaAPzuccusj-hk0zsPZaomDLc?usp=sharing)**

Expand Down
1 change: 0 additions & 1 deletion Readme/.gitkeep

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 0 additions & 1 deletion readme

This file was deleted.

0 comments on commit 7d82099

Please sign in to comment.