Skip to content

Commit

Permalink
fix: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gopi2401 committed Oct 7, 2024
1 parent 88ea2e0 commit be2399c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Build

on:
push:
paths:
- 'android/**'
- 'lib/**'
- 'pubspec.yaml'
branches:
- main
paths: -'android/**'
-'lib/**'
-'pubspec.yaml'

jobs:
build:
Expand Down

0 comments on commit be2399c

Please sign in to comment.