Skip to content

Commit 9728b14

Browse files
committed
Trigger workflows on PR
1 parent b3133ac commit 9728b14

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Test against RabbitMQ 3.11 alpha
33
on:
44
schedule:
55
- cron: '0 4 * * *'
6+
pull_request:
7+
branches:
8+
- main
69
push:
710
branches:
811
- main

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

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test against RabbitMQ 3.11 stable
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
47
push:
58
branches:
69
- main

0 commit comments

Comments
 (0)