build samples only if there is a change in the samples

This commit is contained in:
Robert Stoll
2020-05-29 21:50:59 +02:00
parent 81fd17541e
commit cd13c77c7a

View File

@@ -2,11 +2,11 @@ name: Samples
on:
push:
# paths:
# - 'samples/**'
paths:
- 'samples/**'
pull_request:
# paths:
# - 'samples/**'
paths:
- 'samples/**'
jobs:
build: