Skip to content

Commit

Permalink
ci: Specify paths in release workflow (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Jan 29, 2024
1 parent f8ee197 commit e6e5995
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-build.yml
Expand Up @@ -6,6 +6,13 @@ on:
branches:
- main
- dev
paths:
- ".github/workflows/release-build.yml"
- "android/**"
- "assets/**"
- "lib/**"
- ".releaserc.*"
- "pubspec.yaml"

jobs:
release:
Expand Down

0 comments on commit e6e5995

Please sign in to comment.