There was an error while loading. Please reload this page.
1 parent b30703d commit aa3fa95Copy full SHA for aa3fa95
1 file changed
.github/workflows/publish.yml
@@ -8,6 +8,11 @@ on:
8
push:
9
branches: [ "main" ]
10
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
+
16
# Allows you to run this workflow manually from the Actions tab
17
workflow_dispatch:
18
0 commit comments