Skip to content

Commit

Permalink
Run workflows on push to trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Nov 30, 2024
1 parent c28e364 commit 574b403
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jmx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
paths:
- jmx/**
- .github/workflows/jmx.yml
push:
branches:
- 'trunk'

env:
LC_ALL: en_US.UTF-8
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/spi-fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
paths:
- spi-fly/**
- .github/workflows/spi-fly.yml
push:
branches:
- 'trunk'

defaults:
run:
Expand Down

0 comments on commit 574b403

Please sign in to comment.