Remove useless CI

This commit is contained in:
LoveSy 2021-01-31 23:23:47 +08:00 committed by LoveSy
parent 53fa143c80
commit b89e0078f6
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ name: Core
on:
push:
branches: [ master ]
paths-ignore:
- 'app/**'
- '**.md'
@ -30,7 +31,7 @@ jobs:
KEYSTORE_PASS: ${{ secrets.KEYSTORE_PASS }}
ALIAS_NAME: ${{ secrets.ALIAS_NAME }}
ALIAS_PASS: ${{ secrets.ALIAS_PASS }}
run: bash ./gradlew zipRelease zipDebug :app:assembleRelease
run: bash ./gradlew zipRelease zipDebug
- name: Prepare artifact
if: success()
run: unzip core/release/LSPosed-v*-release.zip -d LSPosed-release;

View File

@ -2,6 +2,7 @@ name: Manager
on:
push:
branches: [ master ]
paths:
- 'app/**'
- '.github/workflows/manager.yml'