Skip to content

Commit a49cfe0

Browse files
committed
ci(build-devnet): limit pull request triggers to relevant paths
Only run the devnet build workflow on pull requests when changes are detected in source code, scripts, or libraries. This optimizes CI resource usage by preventing unnecessary builds for changes in unrelated files.
1 parent 0e1e023 commit a49cfe0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-devnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7+
paths:
78
- 'src/**'
89
- 'scripts/**'
910
- 'lib/**'

0 commit comments

Comments
 (0)