Skip to content

Commit 57dc2f2

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/spi-fly.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ name: SPI Fly - CI Build
1414

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

2320
defaults:
2421
run:

0 commit comments

Comments
 (0)