We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb89ec commit c4174b7Copy full SHA for c4174b7
.github/workflows/docs-publish.yml
@@ -2,6 +2,8 @@ name: docs-publish
2
3
on:
4
pull_request:
5
+ branches:
6
+ - master
7
types:
8
- closed
9
workflow_dispatch: #add this option in case of a failure and we need to re-run
0 commit comments