Skip to content

Commit 2012fee

Browse files
committed
Trigger docs workflow on pull request events
Added pull_request event triggers to the documentation workflow to run on opened, synchronized, reopened, and ready_for_review events. This ensures documentation checks are performed for pull requests as well as branch pushes.
1 parent f46992c commit 2012fee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
# Trigger on pushes to main branch
55
push:
66
branches: ['*'] # Trigger on pushes to any branch
7+
pull_request:
8+
types: [opened, synchronize, reopened, ready_for_review]
79

810

911
# Allow manual trigger

0 commit comments

Comments
 (0)