Skip to content

Commit 783ce13

Browse files
authored
ci: skip builds checks for docs (#3)
2 parents b6f9d35 + 0f8a97a commit 783ce13

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- 'docs/**'
8+
- '*.md'
69
pull_request:
710
branches: [main]
11+
paths-ignore:
12+
- 'docs/**'
13+
- '*.md'
814

915
jobs:
1016
lint-and-test:

docs/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type DateInput = number | string | Date;
1010
- `parse()` now uses **local time** for date-only strings (was UTC)
1111
- Getter functions now return **local time** components (was UTC)
1212

13-
See [Release Notes](/RELEASE_NOTES_v2.0.0.md) for migration guide.
13+
See [Release Notes](https://github.com/bbernag/react-native-date/blob/main/packages/native-date/RELEASE_NOTES_v2.0.0.md) for migration guide.
1414
:::
1515

1616
## Parsing

0 commit comments

Comments
 (0)