only trigger demo build if demo path changed
This commit is contained in:
parent
d49c78822f
commit
9b3116bcda
1 changed files with 3 additions and 0 deletions
3
.github/workflows/demo.yml
vendored
3
.github/workflows/demo.yml
vendored
|
@ -3,9 +3,12 @@ name: Demo
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths: &paths
|
||||
- 'demo/**'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths: *paths
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue