Skip to content

Commit

Permalink
chore: split build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Maglie committed Nov 3, 2023
1 parent 825f7b2 commit 8809d84
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/lottie-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ on:
- '*'
paths:
- 'lottie/**'
paths-ignore:
- '**.md'
- '**.json'
- '!**.md'
- '!**.json'
pull_request:
paths:
- 'lottie/**'
paths-ignore:
- '**.md'
- '**.json'
- '!**.md'
- '!**.json'

jobs:
build:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/vision-qr-code-scanner-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ on:
- '*'
paths:
- 'vision-qr-code-scanner/**'
paths-ignore:
- '**.md'
- '**.json'
- '!**.md'
- '!**.json'
pull_request:
paths:
- 'vision-qr-code-scanner/**'
paths-ignore:
- '**.md'
- '**.json'
- '!**.md'
- '!**.json'

jobs:
build:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/work-manager-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ on:
- '*'
paths:
- 'work-manager/**'
paths-ignore:
- '**.md'
- '**.json'
- '!**.md'
- '!**.json'
pull_request:
paths:
- 'work-manager/**'
paths-ignore:
- '**.md'
- '**.json'
- '!**.md'
- '!**.json'

jobs:
build:
Expand Down

0 comments on commit 8809d84

Please sign in to comment.