diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17058f2..6060c6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,14 @@ name: CI on: push: branches: [main] + paths-ignore: + - 'docs/**' + - '*.md' pull_request: branches: [main] + paths-ignore: + - 'docs/**' + - '*.md' jobs: lint-and-test: diff --git a/docs/api-reference.md b/docs/api-reference.md index feb925e..60e7a64 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -10,7 +10,7 @@ type DateInput = number | string | Date; - `parse()` now uses **local time** for date-only strings (was UTC) - Getter functions now return **local time** components (was UTC) -See [Release Notes](/RELEASE_NOTES_v2.0.0.md) for migration guide. +See [Release Notes](https://github.com/bbernag/react-native-date/blob/main/packages/native-date/RELEASE_NOTES_v2.0.0.md) for migration guide. ::: ## Parsing