do not use unsupported anchors in github workflow (#331)
This commit is contained in:
parent
4479a68f32
commit
1a11dc52d1
1 changed files with 3 additions and 2 deletions
5
.github/workflows/demo.yml
vendored
5
.github/workflows/demo.yml
vendored
|
@ -3,12 +3,13 @@ name: Demo
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: &paths
|
paths:
|
||||||
- 'demo/**'
|
- 'demo/**'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths: *paths
|
paths:
|
||||||
|
- 'demo/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue