Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARIES-2162: Add jmx and blueprint workflows #297

Merged
merged 4 commits into from
Dec 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ARIES-2162: Run spi-fly workflow when spi-fly changed in PR
alien11689 committed Dec 2, 2024
commit 69e791373fdac332be2748b76187030a245f5b6f
11 changes: 6 additions & 5 deletions .github/workflows/spi-fly.yml
Original file line number Diff line number Diff line change
@@ -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: