mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
ci(release): don't build when not necessary
Add paths-ignore to all markdown files, and .idea folder
This commit is contained in:
parent
5369a25fa2
commit
8bd73c3afa
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -4,9 +4,15 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- ".idea/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- ".idea/**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -40,5 +46,5 @@ jobs:
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: manager
|
||||
path: ${{steps.sign_apk.outputs.signedReleaseFile}}
|
||||
name: revanced-manager
|
||||
path: ${{ steps.sign_apk.outputs.signedReleaseFile }}
|
||||
|
Loading…
Reference in New Issue
Block a user