blob: 0f01fb2caadfda727c525994df0e9e1a2bb3d1bc [file] [log] [blame]
# contains pattern definitions used in workflows "changes" step
# pattern syntax: https://github.com/micromatch/picomatch
all:
- '**'
docs:
- 'site2/**'
- 'deployment/**'
- '.asf.yaml'
- '*.md'
- '**/*.md'
tests:
- added|modified: '**/src/test/java/**/*.java'