Skip to content

Commit 28e80f0

Browse files
committed
Fix branch in workflow
1 parent 48bde5b commit 28e80f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-3.11-alpha.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 4 * * *'
66
pull_request:
77
branches:
8-
- main
8+
- 5.x.x-stable
99
push:
1010
branches:
1111
- 5.x.x-stable

.github/workflows/test-3.11-stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test against RabbitMQ 3.11 stable
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- 5.x.x-stable
77
push:
88
branches:
99
- 5.x.x-stable

0 commit comments

Comments
 (0)