Skip to content

Commit

Permalink
Components: exclude mobile-only PRs from CHANGELOG update CI check (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 authored Apr 11, 2023
1 parent 423976a commit 3317ba1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-components-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
paths:
- 'packages/components/**'
- '!packages/components/src/**/stories/**'
- '!packages/components/src**/test/**'
- '!packages/components/src/**/test/**'
- '!packages/components/src/**/*.android.js'
- '!packages/components/src/**/*.ios.js'
- '!packages/components/src/**/*.native.js'
- '!packages/components/src/**/*.native.scss'
- '!packages/components/src/**/react-native-*'
jobs:
check:
name: Check CHANGELOG diff
Expand Down

0 comments on commit 3317ba1

Please sign in to comment.