Docs: update readme (#1044)

* docs: update README.md

- Fix the path and name of the release.
- Format the style with markdownlint.

* docs: fix apk name

* ci: add paths-ignore for workflow
This commit is contained in:
yi_Xu
2021-06-17 22:10:03 +08:00
committed by GitHub
parent 62fb089e27
commit da3ee71dfd
2 changed files with 31 additions and 14 deletions

View File

@@ -1,5 +1,28 @@
name: Build Unsigned
on: [push, pull_request]
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '.github/**'
- '.idea/**'
- '.gitignore'
- '.gitmodules'
- '**.md'
- 'LICENSE'
- 'NOTICE'
pull_request:
branches:
- main
paths-ignore:
- '.github/**'
- '.idea/**'
- '.gitignore'
- '.gitmodules'
- '**.md'
- 'LICENSE'
- 'NOTICE'
jobs:
BuildUnsigned:
runs-on: ubuntu-latest