Skip to content

Commit f1a45f6

Browse files
committed
[no ci] [doc] [ra-core] Only deploy ra-core docs on merge on master
1 parent ef385f3 commit f1a45f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-doc-headless.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ on:
33
push:
44
branches:
55
- master
6-
- next # TODO remove
7-
- headless-doc-content # TODO remove
6+
7+
# Allows you to run this workflow manually from the Actions tab
8+
workflow_dispatch:
89

910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)