We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6399638 commit ed54fd2Copy full SHA for ed54fd2
.github/workflows/test-rabbitmq-alphas.yml
@@ -6,9 +6,17 @@ on:
6
pull_request:
7
branches:
8
- main
9
+ paths:
10
+ - src/**
11
+ - pom.xml
12
+ - ci/**
13
push:
14
15
16
17
18
19
20
workflow_dispatch:
21
22
jobs:
.github/workflows/test.yml
@@ -4,9 +4,17 @@ on:
4
5
0 commit comments