Alpha builds workflow: restrict runs to deps/*/src/**

If a test or doc file changes, we do not need
to trigger a new alpha build, or at least
we should first see some evidence that we do.

Author:    Michael Klishin <michaelklishin@icloud.com>
This commit is contained in:
Michael Klishin 2024-11-05 18:47:24 -05:00
parent c684fd0df8
commit 5d0cfc7172
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
branches:
- "main"
paths:
- "deps/**"
- "deps/*/src/**"
- ".github/workflows/**"
env:
DEV_WORKFLOW_REPOSITORY: "rabbitmq/server-packages"