Skip to content

Commit aa3fa95

Browse files
committed
Run publish when other repos update their docs
1 parent b30703d commit aa3fa95

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
push:
99
branches: [ "main" ]
1010

11+
# Triggers the workflow when the sync external docs sources workflow completes
12+
workflow_run:
13+
workflows: [ "Sync external docs sources" ]
14+
types: [ completed ]
15+
1116
# Allows you to run this workflow manually from the Actions tab
1217
workflow_dispatch:
1318

0 commit comments

Comments
 (0)