Skip to content

Commit

Permalink
4.1.x Actions workflow: naming, trigger when management UI code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 6, 2024
1 parent ba398a5 commit a741994
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Trigger an alpha release build
name: Trigger a 4.1.x alpha release build
on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- "deps/*/src/**"
- 'deps/rabbitmq_management/priv/**'
- ".github/workflows/**"
env:
DEV_WORKFLOW_REPOSITORY: "rabbitmq/server-packages"
Expand Down

0 comments on commit a741994

Please sign in to comment.