Skip to content

Commit

Permalink
Update brick_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yardexx authored Nov 5, 2022
1 parent a2f20c4 commit 0d0d4df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/brick_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Very Good Workflow
on:
pull_request:
paths:
- "lib/**"
- "test/**"
- "hooks/**"
- "hooks/test/**"
- "pubspec.yaml"
push:
branches:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
dart test --coverage=coverage && dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --report-on=lib
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v1

0 comments on commit 0d0d4df

Please sign in to comment.