Skip to content

Commit df305ba

Browse files
authored
Update build.yml
Run build workflow only if files located in src or examples folder have been modified
1 parent d39be57 commit df305ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build
33
on:
44
pull_request:
55
branches: [ master ]
6+
paths:
7+
- src/**
8+
- examples/**
69

710
jobs:
811
build:

0 commit comments

Comments
 (0)