ci: Specify paths in release workflow (#1664)

This commit is contained in:
Benjamin 2024-01-28 18:19:56 -08:00 committed by oSumAtrIX
parent 3e51caf111
commit 07fc964f9c
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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: