我们有一个包含 3 个系统的 monorepo。我想为每个系统创建一个单独的构建。
仅当特定文件夹中的文件发生更改时,如何触发管道?
我们正在使用 github
steps:
- label: 'Lint'
command: '.buildkite/scripts/lint.sh'
agents:
node: true
queue: xyz
- label: 'Run Tests'
command: '.buildkite/scripts/tests.sh'
agents:
node: true
queue: xyz