mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
ci: Specify paths in release workflow (#1664)
This commit is contained in:
parent
3e51caf111
commit
07fc964f9c
7
.github/workflows/release-build.yml
vendored
7
.github/workflows/release-build.yml
vendored
@ -6,6 +6,13 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
- dev
|
||||||
|
paths:
|
||||||
|
- ".github/workflows/release-build.yml"
|
||||||
|
- "android/**"
|
||||||
|
- "assets/**"
|
||||||
|
- "lib/**"
|
||||||
|
- ".releaserc.*"
|
||||||
|
- "pubspec.yaml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
Loading…
Reference in New Issue
Block a user