Skip to content

Commit c4c2ceb

Browse files
committed
Set paths to run CI
(cherry picked from commit ed54fd2) Conflicts: .github/workflows/test-rabbitmq-alphas.yml .github/workflows/test.yml
1 parent d141f78 commit c4c2ceb

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/test-rabbitmq-alphas.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ on:
66
pull_request:
77
branches:
88
- 5.x.x-stable
9+
paths:
10+
- src/**
11+
- pom.xml
12+
- ci/**
913
push:
1014
branches:
1115
- 5.x.x-stable
16+
paths:
17+
- src/**
18+
- pom.xml
19+
- ci/**
1220
workflow_dispatch:
1321

1422
jobs:

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ on:
44
pull_request:
55
branches:
66
- 5.x.x-stable
7+
paths:
8+
- src/**
9+
- pom.xml
10+
- ci/**
711
push:
812
branches:
913
- 5.x.x-stable
14+
paths:
15+
- src/**
16+
- pom.xml
17+
- ci/**
1018
workflow_dispatch:
1119

1220
jobs:

0 commit comments

Comments
 (0)