Skip to content

Commit 9f9dcfb

Browse files
authored
Enable manual trigger for documentation workflow
Updated workflow to enable manual trigger for documentation build and deployment.
1 parent 40636df commit 9f9dcfb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: Build and Deploy Documentation
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- main
4+
workflow_dispatch: # Enables manual trigger
105

116
jobs:
127
build:

0 commit comments

Comments
 (0)