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:
parent
c684fd0df8
commit
5d0cfc7172
|
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "deps/**"
|
||||
- "deps/*/src/**"
|
||||
- ".github/workflows/**"
|
||||
env:
|
||||
DEV_WORKFLOW_REPOSITORY: "rabbitmq/server-packages"
|
||||
|
|
|
|||
Loading…
Reference in New Issue