Skip to content

Commit fbc7269

Browse files
authored
docbot only runs on releases or manual dispatch
1 parent e9ee247 commit fbc7269

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dargon2_docbot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: docbot
22

33
on:
4-
push:
5-
branches: [ main ]
4+
push:
5+
tags:
6+
- '*'
7+
workflow_dispatch:
68

79
jobs:
810
# Job to update the documentation on docs.tmthecoder.dev for dargon2

0 commit comments

Comments
 (0)