mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
build samples only if there is a change in the samples
This commit is contained in:
8
.github/workflows/samples-windows.yml
vendored
8
.github/workflows/samples-windows.yml
vendored
@@ -2,11 +2,11 @@ name: Samples
|
||||
|
||||
on:
|
||||
push:
|
||||
# paths:
|
||||
# - 'samples/**'
|
||||
paths:
|
||||
- 'samples/**'
|
||||
pull_request:
|
||||
# paths:
|
||||
# - 'samples/**'
|
||||
paths:
|
||||
- 'samples/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user