Skip to content

Commit e787e30

Browse files
mithr4ndirChris Ladino
authored andcommitted
Add self-trigger path for docs workflow
Include .github/workflows/docs.yaml in both push and pull_request path filters so changes to the workflow file itself trigger a CI run. Addresses review feedback from chrishavlin.
1 parent aca1e48 commit e787e30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
- main
77
paths:
88
- "doc/**"
9+
- ".github/workflows/docs.yaml"
910
- "pyproject.toml"
1011
pull_request:
1112
paths:
1213
- "doc/**"
14+
- ".github/workflows/docs.yaml"
1315
workflow_dispatch:
1416

1517
permissions: {}

0 commit comments

Comments
 (0)