mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Use pager to split Lock task mode into 3 page
Change version name to v6.3 Update workflow file Fix a typo in Readme.md
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -6,8 +6,6 @@ on:
|
||||
- '**.md'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
branches-ignore:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -63,7 +61,7 @@ jobs:
|
||||
|
||||
upload-telegram:
|
||||
name: Upload Builds
|
||||
if: ${{ success() }}
|
||||
if: ${{ success() && github.ref_name == 'dev' }}
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- build
|
||||
|
||||
Reference in New Issue
Block a user