Skip to content

Commit 74cb050

Browse files
committed
Add GitHub Actions workflow for Go docs update on tagged releases
- Introduced `godocs.yml` workflow to automate Go documentation updates when tags matching `vX.X.X` are pushed. - Verify tags are on the main branch before processing. - Use `actions/setup-go` to set up Go environment for the workflow. - Added Go proxy ping step to ensure update is queued.
1 parent 504b7af commit 74cb050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/godocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: godocs.yml
1+
name: Push Doc Updates
22
on:
33
push:
44
tags:

0 commit comments

Comments
 (0)