Skip to content

Commit 335cc25

Browse files
Priyanshu-u07eskultety
authored andcommitted
ci(docs): add workflow_dispatch trigger
Signed-off-by: Priyanshu Kumar <connect.priyanshu8271@gmail.com>
1 parent 55f53b1 commit 335cc25

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
paths:
1111
- "docs/**"
1212
- "mkdocs.yml"
13+
workflow_dispatch:
1314

1415
permissions:
1516
contents: write
@@ -57,7 +58,7 @@ jobs:
5758
mike set-default --push latest
5859
5960
deploy-dev:
60-
if: github.event_name == 'push'
61+
if: github.event_name != 'release'
6162
runs-on: ubuntu-latest
6263
steps:
6364
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)