Skip to content

Commit c28e364

Browse files
committed
Run spi-fly tests only for spi-fly changes
1 parent ea48141 commit c28e364

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/jmx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name: JMX - CI Build
1414

1515
on:
16-
push:
16+
pull_request:
1717
paths:
1818
- jmx/**
1919
- .github/workflows/jmx.yml

.github/workflows/spi-fly.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
1313
name: SPI Fly - CI Build
1414

1515
on:
16-
push:
17-
# Sequence of patterns matched against refs/heads
18-
branches-ignore:
19-
# Push events to branches matching refs/heads/dependabot/**
20-
- 'dependabot/**'
2116
pull_request:
17+
paths:
18+
- spi-fly/**
19+
- .github/workflows/spi-fly.yml
2220

2321
defaults:
2422
run:

0 commit comments

Comments
 (0)