We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40636df commit 9f9dcfbCopy full SHA for 9f9dcfb
1 file changed
.github/workflows/main.yml
@@ -1,12 +1,7 @@
1
name: Build and Deploy Documentation
2
3
on:
4
- push:
5
- branches:
6
- - main
7
- pull_request:
8
9
+ workflow_dispatch: # Enables manual trigger
10
11
jobs:
12
build:
0 commit comments