Skip to content

Commit

Permalink
ARIES-2162: Run spi-fly workflow when spi-fly changed in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Dec 2, 2024
1 parent 5ae7dee commit 69e7913
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/spi-fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
name: SPI Fly - CI Build

on:
push:
# Sequence of patterns matched against refs/heads
branches-ignore:
# Push events to branches matching refs/heads/dependabot/**
- 'dependabot/**'
pull_request:
paths:
- spi-fly/**
- .github/workflows/spi-fly.yml
push:
branches:
- 'trunk'

defaults:
run:
Expand Down

0 comments on commit 69e7913

Please sign in to comment.