Skip to content

Commit ed54fd2

Browse files
committed
Set paths to run CI
1 parent 6399638 commit ed54fd2

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
- main
9+
paths:
10+
- src/**
11+
- pom.xml
12+
- ci/**
913
push:
1014
branches:
1115
- main
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
- main
7+
paths:
8+
- src/**
9+
- pom.xml
10+
- ci/**
711
push:
812
branches:
913
- main
14+
paths:
15+
- src/**
16+
- pom.xml
17+
- ci/**
1018
workflow_dispatch:
1119

1220
jobs:

0 commit comments

Comments
 (0)