Skip to content

Commit 431ae20

Browse files
authored
DOP-5448: Re-add automated Bump triggers (#586)
1 parent 286add7 commit 431ae20

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/generate-bump-pages.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
name: Check & deploy API documentation
22

33
on:
4+
# For deployments
45
workflow_dispatch: # Allow manual trigger in case of quick fix
6+
push:
7+
branches:
8+
- main
9+
paths:
10+
- 'openapi/**.json'
11+
12+
# For previews
13+
pull_request:
14+
branches:
15+
- main
16+
paths:
17+
- 'openapi/**.json'
518

619
permissions:
720
contents: read

0 commit comments

Comments
 (0)