Skip to content

Commit 62fca6e

Browse files
committed
Run spi-fly workflow when spi-fly changed in PR
1 parent 730ca79 commit 62fca6e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/spi-fly.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
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
20+
push:
21+
branches:
22+
- 'trunk'
2223

2324
defaults:
2425
run:

0 commit comments

Comments
 (0)