do not use unsupported anchors in github workflow

This commit is contained in:
ibizaman 2024-10-26 16:26:17 +02:00 committed by Pierre Penninckx
parent 4479a68f32
commit 9b8aa214f3

View file

@ -3,12 +3,13 @@ name: Demo
on:
workflow_dispatch:
pull_request:
paths: &paths
paths:
- 'demo/**'
push:
branches:
- main
paths: *paths
paths:
- 'demo/**'
jobs:
build: