Skip to content

Commit

Permalink
Merge pull request #49 from sayansil/build-filter
Browse files Browse the repository at this point in the history
Add filters to build command and update readme
  • Loading branch information
sayansil authored Sep 10, 2023
2 parents 43c68fa + bb4efed commit c2bed6e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ on:
push:
branches:
- master
paths:
- 'android/**'
- 'assets/**'
- 'ios/**'
- 'lib/**'
- 'linux/**'
- 'macos/**'
- 'web/**'
- 'native_simulator/**'
- 'pubspec.yaml'
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<p align="center">
<a href="https://github.com/sayansil/Ecosystem/blob/master/LICENSE">
<img src="https://img.shields.io/badge/license-GPL%20v3-yellow.svg" /></a>

<a href="https://github.com/sayansil/Ecosystem-companion/actions/workflows/build.yml">
<img src="https://github.com/sayansil/Ecosystem-companion/actions/workflows/build.yml/badge.svg" /></a>
</p>


Expand Down

0 comments on commit c2bed6e

Please sign in to comment.