include workflow file in path filtering option (#333)
This commit is contained in:
parent
fd06c34032
commit
61faa8fc73
1 changed files with 2 additions and 0 deletions
2
.github/workflows/demo.yml
vendored
2
.github/workflows/demo.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue