Skip to content

Commit 6b97e7f

Browse files
committed
ci: update pull request trigger paths for dev branch
1 parent f45f4f5 commit 6b97e7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/menlo-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ on:
2424
]
2525
pull_request:
2626
branches: ["dev"] # Trigger on PRs to dev branch for testing
27+
paths: [
28+
".github/workflows/menlo-build.yml",
29+
]
2730
workflow_dispatch:
2831

2932
env:

0 commit comments

Comments
 (0)