Skip to content

Commit 574b403

Browse files
committed
Run workflows on push to trunk
1 parent c28e364 commit 574b403

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/jmx.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
paths:
1818
- jmx/**
1919
- .github/workflows/jmx.yml
20+
push:
21+
branches:
22+
- 'trunk'
2023

2124
env:
2225
LC_ALL: en_US.UTF-8

.github/workflows/spi-fly.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
paths:
1818
- spi-fly/**
1919
- .github/workflows/spi-fly.yml
20+
push:
21+
branches:
22+
- 'trunk'
2023

2124
defaults:
2225
run:

0 commit comments

Comments
 (0)