include workflow file in path filtering option

This commit is contained in:
ibizaman 2024-10-26 18:19:44 +02:00
parent fd06c34032
commit ab07f5fde4

View file

@ -4,11 +4,13 @@ on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/demo.yml'
- 'demo/**'
push:
branches:
- main
paths:
- '.github/workflows/demo.yml'
- 'demo/**'
jobs: