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:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths: &paths
|
||||
paths:
|
||||
- 'demo/**'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths: *paths
|
||||
paths:
|
||||
- 'demo/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue