Skip to content

Commit

Permalink
Fix docs-check CI trigger path (#6112)
Browse files Browse the repository at this point in the history
## Summary

As stated, the docs-check CI wasn't triggering on docs-related PRs. This
one fixes it.

## Test plan

πŸ‘
  • Loading branch information
szydlovsky authored Jun 12, 2024
1 parent 4cf8925 commit 9afd252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
paths:
- '.github/workflows/docs-check.yml'
- 'packages/react-native-reanimated/docs/**'
- packages/docs-reanimated/**
merge_group:
branches:
- main
Expand Down

0 comments on commit 9afd252

Please sign in to comment.