Skip to content

Commit bda1494

Browse files
fix: trigger workflow on any change to TS api (software-mansion#835)
## Description This PR fixes paths on which `api-reference-up-to-date-check.yml` workflow is triggered, so now any change to TS api triggers workflow that checks if TS api reference is up-to-date ### Introduces a breaking change? - [ ] Yes - [x] No ### Type of change - [ ] Bug fix (change which fixes an issue) - [ ] New feature (change which adds functionality) - [ ] Documentation update (improves or adds clarity to existing documentation) - [x] Other (chores, tests, code style improvements etc.) ### Tested on - [ ] iOS - [ ] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [x] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [x] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent acac022 commit bda1494

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/api-reference-up-to-date-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- main
77
paths:
88
- 'docs/**'
9+
- 'packages/react-native-executorch/src/**'
910
- '.github/workflows/api-reference-up-to-date-check.yml'
1011
pull_request:
1112
branches:
1213
- main
1314
paths:
1415
- 'docs/**'
16+
- 'packages/react-native-executorch/src/**'
1517
- '.github/workflows/api-reference-up-to-date-check.yml'
1618
workflow_dispatch:
1719
jobs:

0 commit comments

Comments
 (0)