Skip to content

Commit a741994

Browse files
4.1.x Actions workflow: naming, trigger when management UI code changes
1 parent ba398a5 commit a741994

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-alphas.yaml renamed to .github/workflows/release-4.1.x-alphas.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
name: Trigger an alpha release build
1+
name: Trigger a 4.1.x alpha release build
22
on:
33
workflow_dispatch:
44
push:
55
branches:
66
- "main"
77
paths:
88
- "deps/*/src/**"
9+
- 'deps/rabbitmq_management/priv/**'
910
- ".github/workflows/**"
1011
env:
1112
DEV_WORKFLOW_REPOSITORY: "rabbitmq/server-packages"

0 commit comments

Comments
 (0)