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: workflow_dispatch:
pull_request: pull_request:
paths: paths:
- '.github/workflows/demo.yml'
- 'demo/**' - 'demo/**'
push: push:
branches: branches:
- main - main
paths: paths:
- '.github/workflows/demo.yml'
- 'demo/**' - 'demo/**'
jobs: jobs: