Skip to content

Commit 99fb2ba

Browse files
committed
fix(ci): add workflow file to pull_request trigger paths
- Include docs.yaml in pull_request paths to trigger validation builds when the workflow itself is modified Signed-off-by: Major Hayden <major@redhat.com>
1 parent 141d975 commit 99fb2ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'src/**'
1919
- 'mkdocs.yml'
2020
- 'scripts/gen_api_ref.py'
21+
- '.github/workflows/docs.yaml'
2122
workflow_dispatch:
2223

2324
permissions:

0 commit comments

Comments
 (0)