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: 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: