We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef385f3 commit f1a45f6Copy full SHA for f1a45f6
.github/workflows/deploy-doc-headless.yml
@@ -3,8 +3,9 @@ on:
3
push:
4
branches:
5
- master
6
- - next # TODO remove
7
- - headless-doc-content # TODO remove
+
+ # Allows you to run this workflow manually from the Actions tab
8
+ workflow_dispatch:
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments