Skip to content

Commit

Permalink
do not use unsupported anchors in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman committed Oct 26, 2024
1 parent 8700b76 commit 38e7a7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: Demo
on:
workflow_dispatch:
pull_request:
paths: &paths
paths:
- 'demo/**'
push:
branches:
- main
paths: *paths
paths:
- 'demo/**'

jobs:
build:
Expand Down

0 comments on commit 38e7a7f

Please sign in to comment.