Skip to content

Commit

Permalink
[chore]: path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed Jan 17, 2024
1 parent 2f01d5f commit 6ef629f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/i18nify-js-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
paths:
- packages/i18nify-js
- 'packages/i18nify-js/**'

jobs:
coverage:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18nify-js-danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
review_request_removed,
]
paths:
- packages/i18nify-js
- 'packages/i18nify-js/**'

jobs:
build-base:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18nify-js-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Playwright Tests
on:
pull_request:
paths:
- packages/i18nify-js
- 'packages/i18nify-js/**'

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18nify-js-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: (i18nify-js) Build & Validate
on:
pull_request:
paths:
- packages/i18nify-js
- 'packages/i18nify-js/**'

defaults:
run:
Expand Down

0 comments on commit 6ef629f

Please sign in to comment.