1
0
Fork 0

do not use unsupported anchors in github workflow (#331)

This commit is contained in:
Pierre Penninckx 2024-10-26 17:03:04 +02:00 committed by GitHub
parent 4479a68f32
commit 1a11dc52d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: