update paths requirement

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
Signed-off-by: web-next-automation <web-platform@doordash.com>
This commit is contained in:
aramissennyeydd
2024-03-02 16:14:52 -05:00
committed by web-next-automation
parent 7b06c6c78f
commit 53c1ec25e2
+2 -11
View File
@@ -2,17 +2,8 @@ name: API Breaking Changes (Trigger)
on:
pull_request:
types: [opened, synchronize, reopened, closed]
paths-ignore:
- '.changeset/**'
- 'contrib/**'
- 'docs/**'
- 'microsite/**'
- 'beps/**'
- 'scripts/**'
- 'storybook/**'
- '**/*.test.*'
- '**/package.json'
- '*.md'
paths:
- '**/openapi.yaml'
jobs:
get-backstage-changes: