1
0
Fork 0

include workflow file in path filtering option (#333)

This commit is contained in:
Pierre Penninckx 2024-10-26 18:33:26 +02:00 committed by GitHub
parent fd06c34032
commit 61faa8fc73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: