Skip to content

Commit

Permalink
ci: updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 19, 2024
1 parent 9a4a979 commit e728fd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/very_good_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
brick:
defaults:
run:
working-directory: very_good_core/brick
working-directory: very_good_core/

runs-on: ubuntu-latest

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/very_good_core_hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ on:
pull_request:
paths:
- ".github/workflows/very_good_core_hooks.yaml"
- "very_good_core/brick/hooks/**"
- "very_good_core/hooks/**"
push:
branches:
- main
paths:
- ".github/workflows/very_good_core_hooks.yaml"
- "very_good_core/brick/hooks/**"
- "very_good_core/hooks/**"

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
working_directory: "very_good_core/brick/hooks"
working_directory: "very_good_core/hooks"
analyze_directories: "test"
report_on: "pre_gen.dart"

0 comments on commit e728fd5

Please sign in to comment.