Skip to content

Commit 62edc0c

Browse files
committed
fix: remove deprecated completion
1 parent c78d0aa commit 62edc0c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/docs.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
name: Publish docs
33
on:
4-
workflow_dispatch:
4+
pull_request:
5+
types: [opened, synchronize]
6+
paths:
7+
- "cmd/docgen.go"
8+
- "**.md"
59
push:
6-
branches: ['docs*']
7-
tags: ['v*']
10+
branches: [main]
811

912
jobs:
1013
publish-docs:

0 commit comments

Comments
 (0)