Merge pull request #21284 from backstage/rugvip/nofizzi

workflows: add a couple more ignore paths to uffizzi build
This commit is contained in:
Patrik Oldsberg
2023-11-14 17:48:58 +01:00
committed by GitHub
+7 -2
View File
@@ -3,9 +3,14 @@ on:
pull_request:
types: [opened, synchronize, reopened, closed]
paths-ignore:
- 'microsite/**'
- 'storybook/**'
- '.changeset/**'
- 'contrib/**'
- 'docs/**'
- 'microsite/**'
- 'scripts/**'
- 'storybook/**'
- '**/*.test.*'
- '**/package.json'
- '*.md'
jobs: