We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea48141 commit c28e364Copy full SHA for c28e364
.github/workflows/jmx.yml
@@ -13,7 +13,7 @@
13
name: JMX - CI Build
14
15
on:
16
- push:
+ pull_request:
17
paths:
18
- jmx/**
19
- .github/workflows/jmx.yml
.github/workflows/spi-fly.yml
@@ -13,12 +13,10 @@
name: SPI Fly - CI Build
- # Sequence of patterns matched against refs/heads
- branches-ignore:
- # Push events to branches matching refs/heads/dependabot/**
20
- - 'dependabot/**'
21
pull_request:
+ paths:
+ - spi-fly/**
+ - .github/workflows/spi-fly.yml
22
23
defaults:
24
run:
0 commit comments