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

View File

@ -6,6 +6,13 @@ on:
branches:
- main
- dev
paths:
- ".github/workflows/release-build.yml"
- "android/**"
- "assets/**"
- "lib/**"
- ".releaserc.*"
- "pubspec.yaml"
jobs:
release: