Skip to content

Commit 171f7f8

Browse files
committed
Paths for CI trigger
1 parent 70cc7b6 commit 171f7f8

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Continuous Integration
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- "test-devices/**"
7+
- "reference/**"
8+
pull_request:
9+
paths-ignore:
10+
- "test-devices/**"
11+
- "reference/**"
12+
413

514
env:
615
MAVEN_ARGS: -B -V -ntp -e -Djansi.passthrough=true -Dstyle.color=always

.github/workflows/test-devices.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Test Devices CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths:
6+
- "test-devices/**"
7+
- ".github/**"
8+
pull_request:
9+
paths:
10+
- "test-devices/**"
11+
- ".github/**"
412

513
jobs:
614
build:

0 commit comments

Comments
 (0)