Skip to content

Commit b5c4953

Browse files
author
Anita Caron
authored
Update reports.yaml
1 parent 7f75028 commit b5c4953

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/reports.yaml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Validation Reports Page
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths:
8-
- 'docs/**'
9-
- 'mkdocs.yml'
4+
workflow_run:
5+
workflows: [Release]
6+
types:
7+
- completed
108
workflow_dispatch:
119

1210
jobs:
@@ -30,4 +28,4 @@ jobs:
3028

3129
- name: Build and deploy to GitHub Pages 🏗️ 🚀
3230
working-directory: docs
33-
run: make deploy
31+
run: make deploy

0 commit comments

Comments
 (0)