Skip to content

Commit c38308d

Browse files
Mpdreamzl-trotta
andauthored
ci(docs): scope pull_request triggers to integration branches (#1223)
Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
1 parent 7bb956c commit c38308d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: docs-build
22
on:
33
pull_request:
4+
branches: [main]
45
types: [opened, synchronize, reopened]
56
push:
67
branches: [main]

.github/workflows/docs-preview-cleanup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: docs-preview-cleanup
22
on:
33
pull_request_target:
4+
branches: [main]
45
types: [closed]
56
permissions:
67
contents: none

0 commit comments

Comments
 (0)