Skip to content

Commit 8faa721

Browse files
johnpapaCopilot
andcommitted
ci: include workflow file in docs deployment path triggers
Ensures the docs workflow re-runs when the workflow file itself changes, not just when docs/e2e content changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2af0854 commit 8faa721

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- 'docs/**'
88
- 'e2e/**'
99
- 'playwright.config.ts'
10+
- '.github/workflows/docs.yml'
1011
pull_request:
1112
branches: [main]
1213
paths:
1314
- 'docs/**'
1415
- 'e2e/**'
1516
- 'playwright.config.ts'
17+
- '.github/workflows/docs.yml'
1618
workflow_dispatch:
1719

1820
permissions:

0 commit comments

Comments
 (0)