Skip to content

Commit 5d0cfc7

Browse files
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 <[email protected]>
1 parent c684fd0 commit 5d0cfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpha-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- "main"
77
paths:
8-
- "deps/**"
8+
- "deps/*/src/**"
99
- ".github/workflows/**"
1010
env:
1111
DEV_WORKFLOW_REPOSITORY: "rabbitmq/server-packages"

0 commit comments

Comments
 (0)