We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd031b commit 5bcf799Copy full SHA for 5bcf799
.github/workflows/docs.yml
@@ -4,6 +4,7 @@ on:
4
branches: [ 'main', 'doc_*' ]
5
release:
6
types: [ 'published' ]
7
+ workflow_dispatch:
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments